diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 10:36:18 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 10:36:18 (GMT) |
commit | c97c11958d5fc9aa7cb30367fe7f463ac27afdf0 (patch) | |
tree | c5b34c42a78b06e3db4f03625c91e31a9c941a97 /Tools | |
parent | 63d1f99d7ab3690541c827fd813e015a38102781 (diff) | |
download | cpython-c97c11958d5fc9aa7cb30367fe7f463ac27afdf0.zip cpython-c97c11958d5fc9aa7cb30367fe7f463ac27afdf0.tar.gz cpython-c97c11958d5fc9aa7cb30367fe7f463ac27afdf0.tar.bz2 |
Check whether disk space is full.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/kill_python.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/kill_python.bat b/Tools/buildbot/kill_python.bat index e068cc7..7972bc4 100644 --- a/Tools/buildbot/kill_python.bat +++ b/Tools/buildbot/kill_python.bat @@ -1,3 +1,4 @@ cd Tools\buildbot +dir nmake /f kill_python.mak kill_python4.exe |