summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-05 14:33:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-05 14:33:16 +0000
commitec36fff130ef4804a06173b688f45602af36716c (patch)
tree1275e3fc5180e3df950c48b61c40184cf489d558 /TAO/tests
parent4ffa0add759ba49b6c89f511dc53ebeb96c9ae1e (diff)
downloadATCD-ec36fff130ef4804a06173b688f45602af36716c.tar.gz
Diffstat (limited to 'TAO/tests')
-rwxr-xr-xTAO/tests/DIOP/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DIOP/run_test.pl b/TAO/tests/DIOP/run_test.pl
index df34dbb2048..689374ea71b 100755
--- a/TAO/tests/DIOP/run_test.pl
+++ b/TAO/tests/DIOP/run_test.pl
@@ -12,7 +12,7 @@ $ORBdebuglevel = 0;
foreach $i (@ARGV) {
if ($i eq '-debug') {
- $debug_level = '10';
+ $ORBdebuglevel = '10';
}
}