projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f220279
)
xm-test: add a missing %s
author
Zhu Yanhai
<gaoyang.zyh@taobao.com>
Mon, 23 Sep 2013 10:02:33 +0000
(18:02 +0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/xm-test/lib/XmTestLib/Console.py
b/tools/xm-test/lib/XmTestLib/Console.py
index b92f32bb3b12bef88f463b773036312c400c682e..e05cf0d18efa5ba645a74cf6162239f7fc30e76e 100755
(executable)
--- 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()