mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
acmecape: echo command that is going to be used
This commit is contained in:
parent
0d8204121d
commit
52a07160b9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user