diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
commit | 656dc2adeeb3eded0c640002f86f2877c8c7e3fc (patch) | |
tree | e51d669ad3d07e028f713c23151f0f8085eae42b /Tools/buildbot/test-amd64.bat | |
parent | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (diff) | |
download | cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.zip cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.gz cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.bz2 |
Fix paths for build bot
Diffstat (limited to 'Tools/buildbot/test-amd64.bat')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 6995ece..9cb6968 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 +cd PC\VS7.1 call rt.bat -q -uall -rw |