summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-21 15:51:13 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-21 15:51:13 +0000
commit518262495274295b3de3f7ab60fb13ed25f485f8 (patch)
tree24408b5b8974f535374f65e7316e9937908e918b /TAO/orbsvcs
parent98420a4377e865b8e496074c4879efc868f11a5b (diff)
downloadATCD-518262495274295b3de3f7ab60fb13ed25f485f8.tar.gz
ChangeLogTag: Fri Jan 21 09:50:40 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rwxr-xr-xTAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
index e269cf4d7c3..b68ea174967 100755
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
@@ -167,8 +167,8 @@ my $ret = do_test();
# Regardless of the return value, ensure that the processes
# are terminated before exiting
-$CLI->TerminateWaitKill(5);
-$COMB->TerminateWaitKill(5);
-$SERV->TerminateWaitKill(5);
+$CLI->Kill();
+$COMB->Kill();
+$SERV->Kill();
exit $ret;