[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xm-test: add a missing %s
On Mon, 2013-09-23 at 18:02 +0800, Zhu Yanhai wrote: > Obviously we need a %s here. Yes, thanks. Are you actually running xm-test? I wasn't aware that it still even worked... > > Signed-off-by: Zhu Yanhai <gaoyang.zyh@xxxxxxxxxx> > --- > tools/xm-test/lib/XmTestLib/Console.py | 2 +- > 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 b92f32b..e05cf0d 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() _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |