]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the version to 2.7. Hopefully this fixes the test_distutils failure
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Oct 2008 04:13:08 +0000 (04:13 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Oct 2008 04:13:08 +0000 (04:13 +0000)
Misc/build.sh

index 23c1f8f906cd29bebf3930fc25e36fe7e56db4a1..1cc3c00b539a56438eb8fc29e2ae50cc80e5111f 100755 (executable)
@@ -59,7 +59,7 @@ RSYNC_OPTS="-aC -e ssh"
 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.