diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-06-10 04:16:52 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-06-10 04:16:52 (GMT) |
commit | 6250df81bfbe567bb12c6dc29af149c62f35afa6 (patch) | |
tree | 825a96cca40201a4fb5df1e67acc86b1b5c63fd0 /Tools/buildbot/test-amd64.bat | |
parent | 17d5f474238fc753bf4d28d458784a0e2e6d3cd9 (diff) | |
download | cpython-6250df81bfbe567bb12c6dc29af149c62f35afa6.zip cpython-6250df81bfbe567bb12c6dc29af149c62f35afa6.tar.gz cpython-6250df81bfbe567bb12c6dc29af149c62f35afa6.tar.bz2 |
Clean up/refactor the batch scripts used for building on Windows.
This is mostly a backport of issue #21907, but also includes a few
extras necessary to make the bulidbot scripts as thin as possible.
Diffstat (limited to 'Tools/buildbot/test-amd64.bat')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 9d4d67d..859b37f 100644 --- a/Tools/buildbot/test-amd64.bat +++ b/Tools/buildbot/test-amd64.bat @@ -1,3 +1,2 @@ @rem Used by the buildbot "test" step.
-cd PCbuild
-call rt.bat -d -q -x64 -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
+call "%~dp0test.bat" -x64 %*
|