diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-14 11:05:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-14 11:05:09 +0000 |
commit | cde3ea23935180a818c5dd3ca2bec965757a7d6a (patch) | |
tree | c1782bf4e3d26a289b26e68e81346a51713f34be /bin | |
parent | 1928846ac467a61f0fc13d47d5ad71f33f34028e (diff) | |
download | ATCD-cde3ea23935180a818c5dd3ca2bec965757a7d6a.tar.gz |
ChangeLogTag: Tue Jun 14 10:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto_run_tests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto_run_tests.pl b/bin/auto_run_tests.pl index 7721c9ed956..639e2c92fcb 100755 --- a/bin/auto_run_tests.pl +++ b/bin/auto_run_tests.pl @@ -120,7 +120,7 @@ foreach my $test_lst (@file_list) { } } - ### Genrate the -ExeSubDir and -Config options + ### Generate the -ExeSubDir and -Config options my $inherited_options = " -ExeSubDir $PerlACE::Process::ExeSubDir "; foreach my $config ($config_list->my_config_list ()) { |