]> granicus.if.org Git - python/commit
Revise regrtest to compile entire standard library.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 20:40:43 +0000 (20:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Aug 2001 20:40:43 +0000 (20:40 +0000)
commit2a8ec793533e196a92f30709c2114baacad40524
tree4a5554a7f95e394f31e12325d02af686cf40f503
parent33c2a627f19db0c9f5965f37e2d848e6477cd986
Revise regrtest to compile entire standard library.

The tests are run from a copy of the library directory, where
everything has been compiled by the compiler package.

Add a raw_input() call at the end of the script, so that I can check
the output before the temp directory with the compiled code is
removed.
Tools/compiler/regrtest.py