summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-10-03 04:13:08 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2008-10-03 04:13:08 (GMT)
commit044e327ae445e15a4977c470e14ab33f60186b3b (patch)
treedd7f0e9b637726200a5397f4ba485a2330d223e9 /Misc
parentc95726e28bd39b3e615a5b5b4050c616b8d0ad07 (diff)
downloadcpython-044e327ae445e15a4977c470e14ab33f60186b3b.zip
cpython-044e327ae445e15a4977c470e14ab33f60186b3b.tar.gz
cpython-044e327ae445e15a4977c470e14ab33f60186b3b.tar.bz2
Update the version to 2.7. Hopefully this fixes the test_distutils failure
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 23c1f8f..1cc3c00 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.