mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
Merge pull request #100 from setrofim/master
dhrystone: fix busybox reference.
This commit is contained in:
commit
9a7cccacab
@ -71,7 +71,7 @@ class Dhrystone(Workload):
|
||||
self.device_exe = self.device.install(host_exe)
|
||||
execution_mode = '-l {}'.format(self.mloops) if self.mloops else '-r {}'.format(self.duration)
|
||||
if self.taskset_mask:
|
||||
taskset_string = 'busybox taskset 0x{:x} '.format(self.taskset_mask)
|
||||
taskset_string = '{} taskset 0x{:x} '.format(self.device.busybox, self.taskset_mask)
|
||||
else:
|
||||
taskset_string = ''
|
||||
self.command = '{}{} {} -t {} -d {}'.format(taskset_string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user