summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl b/TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl
new file mode 100755
index 00000000000..4d487e023ab
--- /dev/null
+++ b/TAO/tests/RTCORBA/Activate_Object_Multiple_ORBs/run_test.pl
@@ -0,0 +1,20 @@
+eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
+ & eval 'exec perl -S $0 $argv:q'
+ if 0;
+
+# $Id$
+# -*- perl -*-
+
+use lib "$ENV{ACE_ROOT}/bin";
+use PerlACE::Run_Test;
+
+my($T) = new PerlACE::Process ("test");
+my($test) = $T->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);
+my($status) = 0;
+
+if ($test != 0) {
+ print STDERR "ERROR: Test failed: $test\n";
+ ++$status;
+}
+
+exit $status;