diff options
author | Steve Huston <shuston@riverace.com> | 2005-04-20 20:09:04 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2005-04-20 20:09:04 +0000 |
commit | 3680d71ec7e913fd235837918c7a627d1249294a (patch) | |
tree | bbd555b0bcd54d1a9b853acaa2509ec2a83f7812 /tests | |
parent | 29b3277874e92d004d8d91f2799b220199e0371b (diff) | |
download | ATCD-3680d71ec7e913fd235837918c7a627d1249294a.tar.gz |
ChangeLogTag:Wed Apr 20 16:06:22 2005 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_test.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_test.pl b/tests/run_test.pl index 6f7b2d3e871..fd545d23886 100755 --- a/tests/run_test.pl +++ b/tests/run_test.pl @@ -423,8 +423,6 @@ sub delete_temp_files () ################################################################################ -$config_list->load ("run_test.lst"); - if (!getopts ('dhtvo:') || $opt_h) { print "run_test.pl [-h] [-v] [-o <output file>] [-t file1 file2 ...]\n"; print "\n"; @@ -465,6 +463,7 @@ if (defined $opt_t) { @tests = @ARGV; } else { + $config_list->load ("run_test.lst"); @tests = $config_list->valid_entries (); } |