diff options
author | Steven Knight <knight@baldmt.com> | 2006-02-12 21:55:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-02-12 21:55:13 (GMT) |
commit | f325a0ceb04f04d045862eee8373a586011e4ebf (patch) | |
tree | a826079889d55dddca0e911b01fbba8bde08a616 /config | |
parent | 92e52b195125e7fc89721570c0b9237105d635da (diff) | |
download | SCons-f325a0ceb04f04d045862eee8373a586011e4ebf.zip SCons-f325a0ceb04f04d045862eee8373a586011e4ebf.tar.gz SCons-f325a0ceb04f04d045862eee8373a586011e4ebf.tar.bz2 |
Add a -t (timing) option to runtest.py. (Baptiste Lepilleur) Add sections to the README to describe better how to change and execute SCons in-place.
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -247,7 +247,7 @@ diff_command = test $? -le 1"; /* - * We use a runtest.pl script to execute tests. This takes care of + * We use a runtest.py script to execute tests. This takes care of * massaging environment variables and the like to test against the * unpacked package in the current directory. * @@ -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 = "python1.5 ${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 -t -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -q ${File_Name}"; -batch_test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} --aegis ${File_Names} ${COMment $spe}"; +batch_test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -t -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} --aegis ${File_Names} ${COMment $spe}"; new_test_filename = "test/CHANGETHIS.py"; |