summaryrefslogtreecommitdiffstats
path: root/PCbuild/rt.bat
Commit message (Collapse)AuthorAgeFilesLines
* Add -E and -tt options to the python invocations, as for the Unix tests.Guido van Rossum2002-08-071-2/+2
| | | | | The -tt means modules that mix tabs and spaces will be rejected. The -E refuses to believe Python options in the environment.
* Clean up the "docs".Tim Peters2001-02-191-7/+16
|
* Change Windows test to do a complete job of removing .pyc/.pyo filesTim Peters2001-02-111-4/+1
| | | | reachable from Lib/.
* Added -O option (to run python or python_d w/ -O),Tim Peters2001-01-231-8/+14
|
* When running the tests twice, stuck a "Press any key to continue ..." pauseTim Peters2001-01-201-6/+5
| | | | | | between passes: Win9x DOS boxes are limited to 50 lines max, and the result of the first pass scrolls off irretrievably otherwise. Also simplified the goto-laden logic a bit.
* Run tests twice by default, first time deleting .pyc/.pyo files.Tim Peters2001-01-191-2/+20
| | | | New option "-q" to leave .pyc/.pyo alone.
* Delete the bytecode from the library and tests before running theGuido van Rossum2001-01-191-0/+4
| | | | | | tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling.
* Added simple batch file to make running the test suite from the PCbuildTim Peters2000-09-151-0/+8
directory less tedious.