summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/FindPOA/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/FindPOA/run_test.pl')
-rwxr-xr-xTAO/examples/POA/FindPOA/run_test.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/examples/POA/FindPOA/run_test.pl b/TAO/examples/POA/FindPOA/run_test.pl
index 3b048dafd55..494c5116169 100755
--- a/TAO/examples/POA/FindPOA/run_test.pl
+++ b/TAO/examples/POA/FindPOA/run_test.pl
@@ -8,7 +8,12 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
+if (PerlACE::is_vxworks_test()) {
+$T = new PerlACE::ProcessVX ("FindPOA");
+}
+else {
$T = new PerlACE::Process ("FindPOA");
+}
$test = $T->SpawnWaitKill ($PerlACE::wait_interval_for_process_creation);