diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-10-03 04:13:08 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-10-03 04:13:08 (GMT) |
commit | 044e327ae445e15a4977c470e14ab33f60186b3b (patch) | |
tree | dd7f0e9b637726200a5397f4ba485a2330d223e9 /Misc/build.sh | |
parent | c95726e28bd39b3e615a5b5b4050c616b8d0ad07 (diff) | |
download | cpython-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/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
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. |