summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1330_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1330_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_1330_Regression/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1330_Regression/run_test.pl b/TAO/tests/Bug_1330_Regression/run_test.pl
index 84dd57fcc9d..b0a809e0ccd 100755
--- a/TAO/tests/Bug_1330_Regression/run_test.pl
+++ b/TAO/tests/Bug_1330_Regression/run_test.pl
@@ -35,10 +35,10 @@ $SV = $server->CreateProcess ("server",
"-o $server_iorfile");
$CL1 = $client->CreateProcess ("client",
- "-k \"corbaloc:iiop:$TARGETHOSTNAME:$port/Name\\2dwith\\2dhyphens\"");
+ "-ORBdebuglevel $debug_level -k \"corbaloc:iiop:$TARGETHOSTNAME:$port/Name\\2dwith\\2dhyphens\"");
$CL2 = $client->CreateProcess ("client",
- "-k corbaloc:iiop:$TARGETHOSTNAME:$port/Name%2dwith%2dhyphens");
+ "-ORBdebuglevel $debug_level -s -k corbaloc:iiop:$TARGETHOSTNAME:$port/Name%2dwith%2dhyphens");
$server_status = $SV->Spawn ();
@@ -69,7 +69,7 @@ if ($client_status != 0) {
$status = 1;
}
-$server_status = $SV->TerminateWaitKill ($server->ProcessStopWaitInterval());
+$server_status = $SV->WaitKill ($server->ProcessStopWaitInterval());
if ($server_status != 0) {
print STDERR "ERROR: server returned $server_status\n";