summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Collocation/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Collocation/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Collocation/run_test.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/RTCORBA/Collocation/run_test.pl b/TAO/tests/RTCORBA/Collocation/run_test.pl
index 933821b6635..742c93117d6 100755
--- a/TAO/tests/RTCORBA/Collocation/run_test.pl
+++ b/TAO/tests/RTCORBA/Collocation/run_test.pl
@@ -7,18 +7,12 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::TestTarget;
-$continuous = ($^O eq 'hpux');
-
print STDERR "\n********** RTCORBA Collocation Unit Test **********\n\n";
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";
$T = $server->CreateProcess ("Collocation");
-if ($continuous) {
- $T->Arguments("-ORBSvcConf continuous$PerlACE::svcconf_ext");
-}
-
$test = $T->SpawnWaitKill($server->ProcessStartWaitInterval ());
if ($test == 2) {
# Mark as no longer running to avoid errors on exit.