mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 14:44:09 +00:00 
			
		
		
		
	dhrystone: fix busybox reference.
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user