summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Forwarding/run_test.pl')
-rwxr-xr-xTAO/examples/POA/Forwarding/run_test.pl12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/examples/POA/Forwarding/run_test.pl b/TAO/examples/POA/Forwarding/run_test.pl
index 80d41c48e9a..afb11d01a92 100755
--- a/TAO/examples/POA/Forwarding/run_test.pl
+++ b/TAO/examples/POA/Forwarding/run_test.pl
@@ -124,15 +124,9 @@ sub run_test
}
# Now that the client has finished, kill off the servers
- $SRV1->Terminate ();
- $SRV2->Terminate ();
- if ($SRV1->TimedWait (5) == -1 ||
- $SRV2->TimedWait (5) == -1) {
- print STDERR "ERROR: couldn't terminate the servers nicely\n";
- $SRV1->Kill (); $SRV1->TimedWait (1);
- $SRV2->Kill (); $SRV2->TimedWait (1);
- $status = 1;
- }
+
+ $SRV1->Kill (); $SRV1->TimedWait (1);
+ $SRV2->Kill (); $SRV2->TimedWait (1);
if ($server3args ne "")
{