summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/run_test.pl')
-rwxr-xr-xTAO/tests/NestedUpcall/Reactor/run_test.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/run_test.pl b/TAO/tests/NestedUpcall/Reactor/run_test.pl
index 05f15378052..c3ffe2f9b0b 100755
--- a/TAO/tests/NestedUpcall/Reactor/run_test.pl
+++ b/TAO/tests/NestedUpcall/Reactor/run_test.pl
@@ -20,5 +20,15 @@ $status = system ($EXEPREFIX."client".$Process::EXE_EXT.
$SV->Wait ();
+$SV = Process::Create ($EXEPREFIX."server".$Process::EXE_EXT,
+ "-o $file");
+
+ACE::waitforfile ($file);
+
+$status = system ($EXEPREFIX."mt_client".$Process::EXE_EXT.
+ "-x -k file://$file -ORBsvcconf svc.mt.conf");
+
+$SV->Wait ();
+
# @@ Capture any errors from the server too.
exit $status;