Index: tools/bots/compiler.py |
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py |
index 19891e4ecfcdb25fd44a899d156fe4c5383609b9..45636c7e63c7e1dfe017842695d56d739ae4fe29 100644 |
--- a/tools/bots/compiler.py |
+++ b/tools/bots/compiler.py |
@@ -149,7 +149,7 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags): |
cmd.extend(flags) |
cmd.extend(targets) |
- print 'running %s' % (' '.join(cmd)) |
+ print 'Running: %s' % (' '.join(map(lambda arg: '"%s"' % arg, cmd))) |
bot.RunProcess(cmd) |