From: Antoine Pitrou Date: Wed, 27 Jun 2012 15:27:21 +0000 (+0200) Subject: Allow passing extra testing options to the buildbot test scripts X-Git-Tag: v3.3.0b2~384^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0bb9c638634335a5a95ec985357b2dcd4ec36fc;p=thirdparty%2FPython%2Fcpython.git Allow passing extra testing options to the buildbot test scripts --- diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index d178c92fb55d..1bf124cd9215 100644 --- a/Tools/buildbot/test-amd64.bat +++ b/Tools/buildbot/test-amd64.bat @@ -1,3 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -q -d -x64 -uall -rw +call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 5882defbd30c..4f4c6aa9e1f1 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -d -q -uall -rwW -n - +call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9