[Python-checkins] python/dist/src/PCbuild rt.bat,1.7,1.8
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
2002年8月07日 12:06:29 -0700
Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv11778
Modified Files:
rt.bat
Log Message:
Add -E and -tt options to the python invocations, as for the Unix tests.
The -tt means modules that mix tabs and spaces will be rejected.
The -E refuses to believe Python options in the environment.
Index: rt.bat
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/rt.bat,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** rt.bat 19 Feb 2001 21:44:53 -0000 1.7
--- rt.bat 7 Aug 2002 19:06:27 -0000 1.8
***************
*** 32,40 ****
@echo Deleting .pyc/.pyo files ...
@%_exe% rmpyc.py
! %_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo About to run again without deleting .pyc/.pyo first:
@pause
:Qmode
! %_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@set _exe=
@set _qmode=
--- 32,40 ----
@echo Deleting .pyc/.pyo files ...
@%_exe% rmpyc.py
! %_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo About to run again without deleting .pyc/.pyo first:
@pause
:Qmode
! %_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@set _exe=
@set _qmode=