summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 17aa2d33..0e83aad3 100644
--- a/config
+++ b/config
@@ -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";