summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-29 18:13:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-29 18:13:13 +0000
commitcf17dad4e90399f5aff92dd69d4c56fcae896bf5 (patch)
tree9cb438993e395d994e3724e86f6d4c902fbe9da6 /TAO/tests/NestedUpcall
parent16eb92a9af61de0aad25c36c5af6ca1f5d44d023 (diff)
downloadATCD-cf17dad4e90399f5aff92dd69d4c56fcae896bf5.tar.gz
ChangeLogTag:Wed Nov 29 09:19:38 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rwxr-xr-xTAO/tests/NestedUpcall/Triangle_Test/run_test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl
index 7905fb9e200..fa1e674f64d 100755
--- a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl
+++ b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl
@@ -35,6 +35,7 @@ $SV2 = Process::Create ($EXEPREFIX."server_B".$EXE_EXT,
if (ACE::waitforfile_timed ($ior2file, 5) == -1) {
print STDERR "ERROR: cannot find file <$ior1file>\n";
$SV2->Kill (); $SV2->TimedWait (1);
+ $SV1->Kill (); $SV1->TimedWait (1);
exit 1;
}