summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_run_tests.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-06-18 13:21:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-06-18 13:21:57 +0000
commit5e6131c4026c165ee49f03fc2688b12c43b911c2 (patch)
treec895d7abdbc9533276a26f96ccb7e34be21c05b1 /ACE/bin/auto_run_tests.pl
parent93d022010a0c1e9a82d637d6c8ed4cfc90635cc2 (diff)
downloadATCD-5e6131c4026c165ee49f03fc2688b12c43b911c2.tar.gz
Mon Jun 18 13:20:32 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/auto_run_tests.pl: Use -z for debug mode
Diffstat (limited to 'ACE/bin/auto_run_tests.pl')
-rwxr-xr-xACE/bin/auto_run_tests.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/bin/auto_run_tests.pl b/ACE/bin/auto_run_tests.pl
index 5f3f7a612bd..245909c11a9 100755
--- a/ACE/bin/auto_run_tests.pl
+++ b/ACE/bin/auto_run_tests.pl
@@ -48,6 +48,7 @@ if (!getopts ('adl:os:r:tCd') || $opt_h) {
print " -t TAO tests (other than ORB tests) only\n";
print " -C CIAO and DAnCE tests only\n";
print " -d Run OpenDDS tests only\n";
+ print " -z Run debug mode, no tests executed\n";
print " -Config cfg Run the tests for the <cfg> configuration\n";
print " -l list Load the list and run only those tests\n";
print " -r dir Root directory for running the tests\n";
@@ -246,7 +247,7 @@ foreach my $test_lst (@file_list) {
my $result = 0;
- if (defined $opt_d) {
+ if (defined $opt_z) {
print "Running: $cmd\n";
}
else {