]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow passing extra testing options to the buildbot test scripts
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jun 2012 15:27:21 +0000 (17:27 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jun 2012 15:27:21 +0000 (17:27 +0200)
Tools/buildbot/test-amd64.bat
Tools/buildbot/test.bat

index d178c92fb55d0dbba1841064bf7c8fd5d8919e2e..1bf124cd921510566d1e70ecb42f89b43e29d240 100644 (file)
@@ -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
index 5882defbd30c31b9c87abe61f3adf87c83739c3b..4f4c6aa9e1f130d94e960d587ee39bf474b11c60 100644 (file)
@@ -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