summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_run_tests.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2007-02-26 17:20:18 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2007-02-26 17:20:18 +0000
commit3a8ff8117bb2581acc8f130031700f196a62989d (patch)
treeff7030717e3f8c72e05e47059c0353fdc2ca83be /ACE/bin/auto_run_tests.pl
parente34b7299009c3add40cf3e9474f494983722893d (diff)
downloadATCD-3a8ff8117bb2581acc8f130031700f196a62989d.tar.gz
ChangeLogTag: Mon Feb 26 17:17:08 UTC 2007 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/bin/auto_run_tests.pl')
-rwxr-xr-xACE/bin/auto_run_tests.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/bin/auto_run_tests.pl b/ACE/bin/auto_run_tests.pl
index e1383cd443f..61bff396987 100755
--- a/ACE/bin/auto_run_tests.pl
+++ b/ACE/bin/auto_run_tests.pl
@@ -126,10 +126,14 @@ foreach my $test_lst (@file_list) {
if ($directory =~ m:^TAO/(.*):) {
$directory = $1;
}
+ if ($directory =~ m:^CIAO/(.*):) {
+ $directory = $1;
+ }
$status = undef;
foreach my $path ($ACE_ROOT."/$directory",
$TAO_ROOT."/$directory",
+ $CIAO_ROOT."/$directory",
$startdir."/$directory",
$startdir."/$orig_dir") {
if (-d $path && ($status = chdir ($path))) {