From 9fa6ca885a1423536c0a610fad07d093ac856270 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 31 Dec 2009 11:33:27 +0100 Subject: [PATCH] fixing invocation --HG-- branch : trunk --- bin-for-dist/hudson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin-for-dist/hudson.py b/bin-for-dist/hudson.py index d894a7159..f524a6a4c 100644 --- a/bin-for-dist/hudson.py +++ b/bin-for-dist/hudson.py @@ -22,5 +22,5 @@ bincall("python", "setup.py", "develop", "-q") bincall("pip", "install", "-r", "testing/pip-reqs1.txt", "-q", "--download-cache=download") bincall("py.test", "--ignore", BUILDNAME, - "-p", "xmlresult", "--xmlresult=junit.xml", + "--xml=junit.xml", "--report=skipped", "--runslowtest", *sys.argv[1:])