diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-11 23:56:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-11 23:56:39 (GMT) |
commit | 9fe582ceec80d4e922e2ad53e7203b866dacd4d2 (patch) | |
tree | abcf242d42da96e9ac283d969294dd588d65e19e /PCbuild | |
parent | 3f2723d44fe355115ad5e3283466cc72e15f2abf (diff) | |
download | cpython-9fe582ceec80d4e922e2ad53e7203b866dacd4d2.zip cpython-9fe582ceec80d4e922e2ad53e7203b866dacd4d2.tar.gz cpython-9fe582ceec80d4e922e2ad53e7203b866dacd4d2.tar.bz2 |
Add buildbot test script.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pytest.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pytest.bat b/PCbuild/pytest.bat new file mode 100644 index 0000000..34c32e7 --- /dev/null +++ b/PCbuild/pytest.bat @@ -0,0 +1,4 @@ +cd PCbuild +call rt.bat -d -uall -rw + + |