]> xenbits.xensource.com Git - xen.git/commitdiff
xm-test: add a missing %s
authorZhu Yanhai <gaoyang.zyh@taobao.com>
Mon, 23 Sep 2013 10:02:33 +0000 (18:02 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 25 Sep 2013 12:23:23 +0000 (13:23 +0100)
Obviously we need a %s here.

Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xm-test/lib/XmTestLib/Console.py

index b92f32bb3b12bef88f463b773036312c400c682e..e05cf0d18efa5ba645a74cf6162239f7fc30e76e 100755 (executable)
@@ -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()