summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/run_test.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
index b194f4dffde..5cbbb6207fc 100755
--- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
@@ -62,8 +62,7 @@ sub airplane_ir_test
system($airplane_client." -k file://$airplane_ior");
- system($tao_ir." -ORBImplRepoIOR file://$implrepo_ior shutdown plane");
-
+ $SV->Kill (); $SV->Wait ();
$IR->Kill (); $IR->Wait ();
}
@@ -100,8 +99,7 @@ sub nestea_ir_test
system ($nestea_client." -k file://$nestea_ior");
- system ($tao_ir." -ORBImplRepoIOR file://$implrepo_ior shutdown nestea_server");
-
+ $SV->Kill (); $SV->Wait ();
$IR->Kill (); $IR->Wait ();
}