summaryrefslogtreecommitdiff
path: root/tester/rt
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-01 10:51:54 +1100
committerChris Johns <chrisj@rtems.org>2018-02-01 10:51:54 +1100
commit005f995a80b6763b7efa211d4b26ad462aeb6183 (patch)
tree610d062c02929293d37dda5f7339d2f6498193d2 /tester/rt
parent623a641297e9e81c1b59d676fa4e635e817a80dc (diff)
rtems-bsp-builder: Remove stray %s from the run log message.
Close #3278
Diffstat (limited to 'tester/rt')
-rwxr-xr-xtester/rt/check.py2
1 files changed, 1 insertions, 1 deletions
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()))