summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 10:31:14 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 10:31:14 +0000
commitb4672457f14b50b22a574f581efe823c8f007ab1 (patch)
treeec83772656c953057691c635c3cc793e2eadcc34 /TAO/tests/BiDirectional
parent380ebee6ca8846b5939009c4a14ddd2c03c62bbc (diff)
downloadATCD-b4672457f14b50b22a574f581efe823c8f007ab1.tar.gz
ChangeLogTag: Tue Feb 12 10:18:14 UTC 2008 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tests/BiDirectional')
-rwxr-xr-xTAO/tests/BiDirectional/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/BiDirectional/run_test.pl b/TAO/tests/BiDirectional/run_test.pl
index a424f9052a4..f9660b20229 100755
--- a/TAO/tests/BiDirectional/run_test.pl
+++ b/TAO/tests/BiDirectional/run_test.pl
@@ -18,7 +18,7 @@ if (PerlACE::is_vxworks_test()) {
$SV = new PerlACE::ProcessVX ("server", "-o $iorbase -i 100");
}
else {
- $SV = new PerlACE::Process ("server", "-o $iorfile -i 100");
+ $SV = new PerlACE::Process ("server", "-o $iorfile -i 100 -ORBDebugLevel 10");
}
$CL = new PerlACE::Process ("client", "-k file://$iorfile");