summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3826_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3826_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_3826_Regression/run_test.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3826_Regression/run_test.pl b/TAO/tests/Bug_3826_Regression/run_test.pl
index f203124b39e..85ad6831f4d 100755
--- a/TAO/tests/Bug_3826_Regression/run_test.pl
+++ b/TAO/tests/Bug_3826_Regression/run_test.pl
@@ -35,6 +35,19 @@ if ($server_status != 0) {
exit 1;
}
+print STDOUT "Testing with default svc.conf\n";
+
+$SV = $server->CreateProcess ("server",
+ "-a \"AAA -ORBdebuglevel $debug_level -ORBGestalt LOCAL\" " .
+ "-b \"BBB\"");
+
+$server_status = $SV->SpawnWaitKill ($server->ProcessStartWaitInterval());
+
+if ($server_status != 0) {
+ print STDERR "ERROR: server returned $server_status\n";
+ exit 1;
+}
+
print STDOUT "Testing with -ORBSvcConfDirective\n";
$SV = $server->CreateProcess ("server",