From: Neal Norwitz Date: Fri, 18 Aug 2006 06:14:52 +0000 (+0000) Subject: More version wibble X-Git-Tag: v2.6a1~2778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2fcfa31dc0aa2ce0b1ebc04f2ad86add0303d63;p=python More version wibble --- diff --git a/Misc/build.sh b/Misc/build.sh index ff46bbab0f..d5079ca582 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -58,7 +58,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.5/test/regrtest.py" +REGRTEST_ARGS="-E -tt $INSTALL_DIR/lib/python2.6/test/regrtest.py" REFLOG="build/reflog.txt.out" # These tests are not stable and falsely report leaks sometimes.