summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-03-30 15:14:35 (GMT)
committerSteven Knight <knight@baldmt.com>2004-03-30 15:14:35 (GMT)
commit9700bc6b12a6320ead9f325a209f29c588f11b02 (patch)
treec5639ef50c3c4014b2875ba9d77c4c6301b162b9 /config
parent9d0a5d2fb054d3dd31db8b20258d1a1243b45fb8 (diff)
downloadSCons-9700bc6b12a6320ead9f325a209f29c588f11b02.zip
SCons-9700bc6b12a6320ead9f325a209f29c588f11b02.tar.gz
SCons-9700bc6b12a6320ead9f325a209f29c588f11b02.tar.bz2
Use python1.5 in default Aegis builds. Fix testing infrastructure for Python 1.5.
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 3dd4a78..8df5dba 100644
--- a/config
+++ b/config
@@ -50,7 +50,7 @@
*
* Look in aesub(5) for more information about command substitutions.
*/
-build_command = "python ${Source bootstrap.py} -Y${SUBSTitute : \\ -Y $Search_Path} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}";
+build_command = "python1.5 ${Source bootstrap.py} -Y${SUBSTitute : \\ -Y $Search_Path} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}";
/*
* SCons removes its targets before constructing them, which qualifies it
@@ -258,9 +258,9 @@ diff_command =
* is set appropriately during a baseline test. So we just use the
* proper aesub variable to comment out the expanded $spe.
*/
-test_command = "python ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -q ${File_Name}";
+test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -q ${File_Name}";
-batch_test_command = "python ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} ${File_Names} ${COMment $spe}";
+batch_test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} ${File_Names} ${COMment $spe}";
new_test_filename = "test/CHANGETHIS.py";