diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-01-01 23:36:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-01-01 23:36:24 (GMT) |
commit | 9fd2bcf654cbee681328cf940e52097652c9dfc6 (patch) | |
tree | 4b2708b2c4c25099348812abc0e3588e15442bbe /Tools | |
parent | 76f1c1f304ed53898be15284ecf0cbba2548486a (diff) | |
download | cpython-9fd2bcf654cbee681328cf940e52097652c9dfc6.zip cpython-9fd2bcf654cbee681328cf940e52097652c9dfc6.tar.gz cpython-9fd2bcf654cbee681328cf940e52097652c9dfc6.tar.bz2 |
Test in PCbuild directory.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index ea4e8d5..c8b1937 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,3 +1,3 @@ @rem Used by the buildbot "test" step. -cd PC\VS7.1 +cd PCbuild call rt.bat -d -q -uall -rw |