aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorZhu Yanhai <gaoyang.zyh@taobao.com>2013-09-23 18:02:33 +0800
committerIan Campbell <ian.campbell@citrix.com>2013-09-25 13:23:23 +0100
commite435ac69be3ac47eff648cbf29c4920f7f1e7450 (patch)
tree283e0ea88c1c50c1b9739f53ea9fecdb0433a69f /tools
parentf220279c14f5bcbaeb520c4f2498f25d795213e6 (diff)
downloadxen-e435ac69be3ac47eff648cbf29c4920f7f1e7450.tar.gz
xen-e435ac69be3ac47eff648cbf29c4920f7f1e7450.tar.bz2
xen-e435ac69be3ac47eff648cbf29c4920f7f1e7450.zip
xm-test: add a missing %s
Obviously we need a %s here. Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools')
-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()