1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

Merge pull request #425 from setrofim/master

acmecape: echo command that is going to be used
This commit is contained in:
marcbonnici 2017-06-28 11:52:57 +01:00 committed by GitHub
commit 1f5f9cf478

View File

@ -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)