Staging
v0.8.1
Revision 46735add5fd292d1c0141aefa23f92814b15cac3 authored by Guido van Rossum on 09 October 2000, 12:42:04 UTC, committed by Guido van Rossum on 09 October 2000, 12:42:04 UTC
1 parent e9f922f
Raw File
rt.bat
@rem Run Tests.  Run the regression test suite.
@rem Plain "rt" runs Release build, arguments passed on to regrtest.
@rem "rt -d" runs Debug build similarly, after shifting off -d.
@set _exe=python
@if "%1" =="-d" set _exe=python_d
@if "%1" =="-d" shift
%_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@set _exe=
back to top