diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-19 15:56:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-19 15:56:11 (GMT) |
commit | 750a1fd4bd22d3c940cd4c9167c4bee3abc08d95 (patch) | |
tree | 277529d039218595a3024399f30b4e8e4112e06f /config | |
parent | 2db9879e1b4671c412b50a8a3c67eda1c6c95d93 (diff) | |
download | SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.zip SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.tar.gz SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.tar.bz2 |
Revamp package testing.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ diff_command = * written to conform to Perl conventions) and Aegis' expectations. * See the comments in the test.pl script itself for details. */ -test_command = "python ${Source runtest.py Absolute} -b aegis -q -v ${VERsion} ${File_Name}"; +test_command = "python ${Source runtest.py Absolute} -p tar-gz -q ${File_Name}"; new_test_filename = "test/CHANGETHIS.py"; |