[Python-checkins] r66763 - python/trunk/Misc/build.sh
neal.norwitz
python-checkins at python.org
Fri Oct 3 06:13:08 CEST 2008
Author: neal.norwitz
Date: Fri Oct 3 06:13:08 2008
New Revision: 66763
Log:
Update the version to 2.7. Hopefully this fixes the test_distutils failure
Modified:
python/trunk/Misc/build.sh
Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh (original)
+++ python/trunk/Misc/build.sh Fri Oct 3 06:13:08 2008
@@ -59,7 +59,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.6/test/regrtest.py"
+REGRTEST_ARGS="-E -tt $INSTALL_DIR/lib/python2.7/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