summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/run_test.pl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
commit95fa3ab2bd0bf931686ab0d9095d67cd63c62315 (patch)
tree146c6f78a14a797772673aceacb58361f69e5b55 /TAO/tests/NestedUpcall/Reactor/run_test.pl
parentf35a04ee399e9d8383ad49d939e452a55013c1de (diff)
downloadATCD-95fa3ab2bd0bf931686ab0d9095d67cd63c62315.tar.gz
ChangeLogTag:Tue Jun 1 18:13:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>ami_phase1
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;