diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-14 21:19:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-14 21:19:28 (GMT) |
commit | f2b333a0c9c8dcb434b9e88015cd5797b4fd431f (patch) | |
tree | 69b5709905c41cbf647797b7239a94028c46df11 /Tools | |
parent | 41e22ff5ccf6c86ca27ffa7af1f7495caad9640e (diff) | |
download | cpython-f2b333a0c9c8dcb434b9e88015cd5797b4fd431f.zip cpython-f2b333a0c9c8dcb434b9e88015cd5797b4fd431f.tar.gz cpython-f2b333a0c9c8dcb434b9e88015cd5797b4fd431f.tar.bz2 |
Run debug version, cd to PCbuild.
Diffstat (limited to 'Tools')
-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 1cf2710..d178c92 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 -call rt.bat -q -uall -rw -x64 +cd PCbuild +call rt.bat -q -d -x64 -uall -rw |