summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xbin/auto_run_tests.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7172923232..d25b2a92c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 16 11:34:49 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/auto_run_tests.pl: Fixed a typo.
+
Wed Apr 16 08:41:27 2003 Ossama Othman <ossama@uci.edu>
* ace/SString.h:
diff --git a/bin/auto_run_tests.pl b/bin/auto_run_tests.pl
index f66932cc7ef..75643a54a20 100755
--- a/bin/auto_run_tests.pl
+++ b/bin/auto_run_tests.pl
@@ -17,7 +17,7 @@ use Cwd;
use Env qw(ACE_ROOT PATH);
################################################################################
-if (!getopts ('ac:ds:t') || $opt_h) {
+if (!getopts ('ac:dos:t') || $opt_h) {
print "auto_run_tests.pl [-a] [-c config] [-h] [-s sandbox] [-o] [-t]\n";
print "\n";
print "Runs the tests listed in auto_run_tests.lst\n";