mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	acmecape: echo command that is going to be used
This commit is contained in:
		| @@ -75,6 +75,7 @@ class AcmeCapeInstrument(Instrument): | ||||
|             outfile=self.outfile, | ||||
|         ) | ||||
|         self.command = IIOCAP_CMD_TEMPLATE.substitute(**params) | ||||
|         self.logger.debug('ACME cape command: {}'.format(self.command)) | ||||
|  | ||||
|     def very_fast_start(self, context):  # pylint: disable=unused-argument | ||||
|         self.subprocess = Popen(self.command.split(), stdout=PIPE, stderr=STDOUT) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user