diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-27 15:28:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-27 15:28:21 (GMT) |
commit | 932f5be6c5535762470ca2559ffaab386f059853 (patch) | |
tree | 8e80e1eb0f004d8acbf1092ba275d93170094339 /Tools/buildbot | |
parent | ab4757799362c3abf4059514eed8354d060d8dae (diff) | |
parent | d0bb9c638634335a5a95ec985357b2dcd4ec36fc (diff) | |
download | cpython-932f5be6c5535762470ca2559ffaab386f059853.zip cpython-932f5be6c5535762470ca2559ffaab386f059853.tar.gz cpython-932f5be6c5535762470ca2559ffaab386f059853.tar.bz2 |
Merge buildbot script changes
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 2 | ||||
-rw-r--r-- | Tools/buildbot/test.bat | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 7a40606..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 -d -q -x64 -uall -rwW -n +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 5882def..4f4c6aa 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 |