summaryrefslogtreecommitdiff
path: root/TAO/tests/COIOP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-13 10:06:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-13 10:06:38 +0000
commit67ccb14ed5cf9e4d4f04edb615b71bf7d186f202 (patch)
tree13d802a1a06167d653a35fc1d589cb0047bbe95f /TAO/tests/COIOP
parent121a790db47b97a04f86797c4ce1eccc603dd205 (diff)
downloadATCD-67ccb14ed5cf9e4d4f04edb615b71bf7d186f202.tar.gz
Diffstat (limited to 'TAO/tests/COIOP')
-rwxr-xr-xTAO/tests/COIOP/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/COIOP/run_test.pl b/TAO/tests/COIOP/run_test.pl
index c92ad6141dd..e888f2cab33 100755
--- a/TAO/tests/COIOP/run_test.pl
+++ b/TAO/tests/COIOP/run_test.pl
@@ -20,7 +20,7 @@ else {
}
print STDERR "======== Running in Default Mode \n";
-$SV->Arguments ("-o $iorfile -k file://$iorfile -s");
+$SV->Arguments ("-s -o $iorfile -k file://$iorfile");
$sv = $SV->SpawnWaitKill (60);
if ($sv != 0) {
@@ -50,7 +50,7 @@ if ($sv != 0) {
unlink $iorfile;
print STDERR "======== Running in default mode and two ORBS \n";
-$SV->Arguments ("-o $iorfile -k file://$iorfile -n -s");
+$SV->Arguments ("-s -o $iorfile -k file://$iorfile -n");
$sv = $SV->SpawnWaitKill (60);
if ($sv != 0) {