From: Neal Norwitz Date: Fri, 3 Oct 2008 04:13:08 +0000 (+0000) Subject: Update the version to 2.7. Hopefully this fixes the test_distutils failure X-Git-Tag: v2.7a1~2791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044e327ae445e15a4977c470e14ab33f60186b3b;p=thirdparty%2FPython%2Fcpython.git Update the version to 2.7. Hopefully this fixes the test_distutils failure --- diff --git a/Misc/build.sh b/Misc/build.sh index 23c1f8f906cd..1cc3c00b539a 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -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.