mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-15 23:30:47 +01:00
Merge pull request #425 from setrofim/master
acmecape: echo command that is going to be used
This commit is contained in:
commit
1f5f9cf478
@ -75,6 +75,7 @@ class AcmeCapeInstrument(Instrument):
|
|||||||
outfile=self.outfile,
|
outfile=self.outfile,
|
||||||
)
|
)
|
||||||
self.command = IIOCAP_CMD_TEMPLATE.substitute(**params)
|
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
|
def very_fast_start(self, context): # pylint: disable=unused-argument
|
||||||
self.subprocess = Popen(self.command.split(), stdout=PIPE, stderr=STDOUT)
|
self.subprocess = Popen(self.command.split(), stdout=PIPE, stderr=STDOUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user