From 9b3cf300af48aed0bad42b401cc09c89a0084823 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 27 Jun 2006 04:32:20 +0000 Subject: [PATCH] Use a different install dir than 2.5. Otherwise running the 2.4 version at the same time as the 2.5 versions would break the 2.5 tests since the install dir was removed. --- Misc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/build.sh b/Misc/build.sh index 26cc9845d102..bf4ff4f81c91 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -51,7 +51,7 @@ FAILURE_CC="nnorwitz@gmail.com" REMOTE_SYSTEM="neal@dinsdale.python.org" REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/2.4" RESULT_FILE="$DIR/build/index.html" -INSTALL_DIR="/tmp/python-test/local" +INSTALL_DIR="/tmp/python-test-2.4/local" RSYNC_OPTS="-aC -e ssh" REFLOG="build/reflog.txt.out" -- 2.47.3