aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test')
-rwxr-xr-xtools/xm-test/lib/XmTestLib/Console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/lib/XmTestLib/Console.py b/tools/xm-test/lib/XmTestLib/Console.py
index b92f32bb3b..e05cf0d18e 100755
--- a/tools/xm-test/lib/XmTestLib/Console.py
+++ b/tools/xm-test/lib/XmTestLib/Console.py
@@ -291,7 +291,7 @@ if __name__ == "__main__":
try:
run = t.runCmd(sys.argv[2])
except ConsoleError, e:
- print "Console failed (%)" % str(e)
+ print "Console failed (%s)" % str(e)
sys.exit(255)
t._XmConsole__closeConsole()