[Python-checkins] r53284 - sandbox/trunk/import_in_py/regrtest.sh

brett.cannon python-checkins at python.org
Sat Jan 6 01:02:29 CET 2007


Author: brett.cannon
Date: Sat Jan  6 01:02:29 2007
New Revision: 53284

Added:
   sandbox/trunk/import_in_py/regrtest.sh   (contents, props changed)
Log:
Add a shell script that runs Python's regression test suite using the import
rewrite.


Added: sandbox/trunk/import_in_py/regrtest.sh
==============================================================================
--- (empty file)
+++ sandbox/trunk/import_in_py/regrtest.sh	Sat Jan  6 01:02:29 2007
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+$1 -c "import importer; importer._set__import__(); from test.regrtest import main; main()"


More information about the Python-checkins mailing list