[Python-checkins] r51362 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Fri Aug 18 08:14:53 CEST 2006


Author: neal.norwitz
Date: Fri Aug 18 08:14:52 2006
New Revision: 51362

Modified:
   python/trunk/Misc/build.sh
Log:
More version wibble

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Fri Aug 18 08:14:52 2006
@@ -58,7 +58,7 @@
 PYTHON=$INSTALL_DIR/bin/python
 
 # Python options and regression test program that should always be run.
-REGRTEST_ARGS="-E -tt $INSTALL_DIR/lib/python2.5/test/regrtest.py"
+REGRTEST_ARGS="-E -tt $INSTALL_DIR/lib/python2.6/test/regrtest.py"
 
 REFLOG="build/reflog.txt.out"
 # These tests are not stable and falsely report leaks sometimes.


More information about the Python-checkins mailing list