summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_init/Portspan/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_init/Portspan/run_test.pl')
-rwxr-xr-xTAO/tests/ORB_init/Portspan/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/ORB_init/Portspan/run_test.pl b/TAO/tests/ORB_init/Portspan/run_test.pl
index 19aae8fba75..548f79f8663 100755
--- a/TAO/tests/ORB_init/Portspan/run_test.pl
+++ b/TAO/tests/ORB_init/Portspan/run_test.pl
@@ -32,11 +32,12 @@ if ($server_status != 0) {
exit 1;
}
-$server_status = $SV3->SpawnWaitKill ($server->ProcessStartWaitInterval());
+$server_status = $SV3->Spawn ();
if ($server_status == 0) {
print STDERR "ERROR: Last server didn't fail! Err:$server_status\n";
$SV1->Kill ();
$SV2->Kill ();
+ $SV3->Kill ();
exit 1;
}