diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-14 13:57:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-14 13:57:59 (GMT) |
commit | 7bae4432a3b82edd7598f850670bfbdd097f439e (patch) | |
tree | e5e8df5ebd3777e471c64dfe8d69f1a8972d2b44 /Tools/buildbot | |
parent | bf7b0b7b81ac19cab40056c56d2042154cc1515b (diff) | |
download | cpython-7bae4432a3b82edd7598f850670bfbdd097f439e.zip cpython-7bae4432a3b82edd7598f850670bfbdd097f439e.tar.gz cpython-7bae4432a3b82edd7598f850670bfbdd097f439e.tar.bz2 |
Use -x64 flag.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 9cb6968..1cf2710 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 PC\VS7.1 -call rt.bat -q -uall -rw +cd PC +call rt.bat -q -uall -rw -x64 |