[Python-checkins] r45483 - python/trunk/Tools/buildbot/kill_python.bat

martin.v.loewis python-checkins at python.org
Mon Apr 17 12:36:18 CEST 2006


Author: martin.v.loewis
Date: Mon Apr 17 12:36:18 2006
New Revision: 45483

Modified:
   python/trunk/Tools/buildbot/kill_python.bat
Log:
Check whether disk space is full.

Modified: python/trunk/Tools/buildbot/kill_python.bat
==============================================================================
--- python/trunk/Tools/buildbot/kill_python.bat	(original)
+++ python/trunk/Tools/buildbot/kill_python.bat	Mon Apr 17 12:36:18 2006
@@ -1,3 +1,4 @@
 cd Tools\buildbot
+dir
 nmake /f kill_python.mak
 kill_python4.exe


More information about the Python-checkins mailing list