diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-30 10:53:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-30 10:53:06 +0000 |
commit | 71881a34e0cc604dc84c116850757b0df981843d (patch) | |
tree | 4337d1e0ecdb5aa472d2d3d5b9e1799a10e8cc97 /TAO/tests/Collocation_Tests | |
parent | 5a6124d688c821b17ea3cd7cf45a9b29d46a81b6 (diff) | |
download | ATCD-71881a34e0cc604dc84c116850757b0df981843d.tar.gz |
Tue Jan 30 10:52:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Collocation_Tests')
-rwxr-xr-x | TAO/tests/Collocation_Tests/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Tests/run_test.pl b/TAO/tests/Collocation_Tests/run_test.pl index 2361b7d21ed..914567cdc84 100755 --- a/TAO/tests/Collocation_Tests/run_test.pl +++ b/TAO/tests/Collocation_Tests/run_test.pl @@ -70,7 +70,7 @@ if ($sv != 0) { unlink $iorfile; print STDERR "======== Running in no collocation mode and two ORBS \n"; -$SV->Arguments ("-o $iorfile -k file://$iorfile -n -ORBCollocation per-orb"); +$SV->Arguments ("-o $iorfile -k file://$iorfile -n -ORBCollocation no"); $sv = $SV->SpawnWaitKill (60); if ($sv != 0) { |