summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-27 15:27:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-27 15:27:21 (GMT)
commit3a121561b74fd219d8eb1849ca36515ee0e474b0 (patch)
treee96570d299db49a90820a1057a4a205d9e077aec /Tools/buildbot
parent189bd912553798e86f55905713e4ccf6bf323cbe (diff)
downloadcpython-3a121561b74fd219d8eb1849ca36515ee0e474b0.zip
cpython-3a121561b74fd219d8eb1849ca36515ee0e474b0.tar.gz
cpython-3a121561b74fd219d8eb1849ca36515ee0e474b0.tar.bz2
Allow passing extra testing options to the buildbot test scripts
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/test-amd64.bat2
-rw-r--r--Tools/buildbot/test.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
index d178c92..1bf124c 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 3eccce8..4f4c6aa 100644
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -1,3 +1,3 @@
@rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rwW
+call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9