summaryrefslogtreecommitdiff
path: root/ACE/bin/auto_run_tests.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-14 16:10:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-14 16:10:04 +0000
commit6285bb2181d6a64e88a8902dc69d8d2406161d4f (patch)
tree18b6ad9bc243db93e6849eb3364ced60d691bb30 /ACE/bin/auto_run_tests.pl
parentd782f7db06be19dbb4d3dd554bc0ab98b31f57c3 (diff)
downloadATCD-6285bb2181d6a64e88a8902dc69d8d2406161d4f.tar.gz
Wed Dec 14 16:09:22 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/auto_run_tests.pl: Fixed DANCE_ROOT
Diffstat (limited to 'ACE/bin/auto_run_tests.pl')
-rwxr-xr-xACE/bin/auto_run_tests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/auto_run_tests.pl b/ACE/bin/auto_run_tests.pl
index 287f567031f..50714384ed3 100755
--- a/ACE/bin/auto_run_tests.pl
+++ b/ACE/bin/auto_run_tests.pl
@@ -25,8 +25,8 @@ if (!defined $TAO_ROOT && -d "$ACE_ROOT/TAO") {
if (!defined $CIAO_ROOT && -d "$ACE_ROOT/TAO/CIAO") {
$CIAO_ROOT = "$ACE_ROOT/TAO/CIAO";
}
-if (!defined $DANCE_ROOT && -d "$ACE_ROOT/TAO/CIAO/DAnCE") {
- $CIAO_ROOT = "$ACE_ROOT/TAO/CIAO/DAnCE";
+if (!defined $DANCE_ROOT && -d "$ACE_ROOT/TAO/DAnCE") {
+ $DANCE_ROOT = "$ACE_ROOT/TAO/DAnCE";
}
################################################################################