[rtems-tools commit] rtems-bsp-builder: Remove stray %s from the run log message.
Chris Johns
chrisj at rtems.org
Wed Jan 31 23:52:31 UTC 2018
Module: rtems-tools
Branch: master
Commit: 005f995a80b6763b7efa211d4b26ad462aeb6183
Changeset: http://git.rtems.org/rtems-tools/commit/?id=005f995a80b6763b7efa211d4b26ad462aeb6183
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Feb 1 10:51:54 2018 +1100
rtems-bsp-builder: Remove stray %s from the run log message.
Close #3278
---
tester/rt/check.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tester/rt/check.py b/tester/rt/check.py
index 6869736..f5177e1 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -739,7 +739,7 @@ class arch_bsp_builder:
try:
# This should locked; not sure how to do that
self.proc = execute.capture_execution(log = self.output)
- log.output(wrap(('run: %s: ', self.build.key(), cmd), lineend = '\\'))
+ log.output(wrap(('run:', self.build.key(), cmd), lineend = '\\'))
if not self.commands['dry-run']:
exit_code, proc, output = self.proc.shell(cmd,
cwd = path.host(self._build_dir()))
More information about the vc
mailing list