summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Propagated/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Propagated/run_test.pl')
-rwxr-xr-xTAO/tests/RTCORBA/Client_Propagated/run_test.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Client_Propagated/run_test.pl b/TAO/tests/RTCORBA/Client_Propagated/run_test.pl
index e6742be8d8e..1f218402506 100755
--- a/TAO/tests/RTCORBA/Client_Propagated/run_test.pl
+++ b/TAO/tests/RTCORBA/Client_Propagated/run_test.pl
@@ -16,7 +16,12 @@ unlink $iorfile;
print STDERR "\n RTCORBA CLIENT_PROPAGATED Priority Unit Test\n\n";
-$SV = new PerlACE::Process ("server", "-o $iorfile");
+if (PerlACE::is_vxworks_test()) {
+ $SV = new PerlACE::ProcessVX ("server", , "-o test.ior");
+}
+else {
+ $SV = new PerlACE::Process ("server", , "-o $iorfile");
+}
$CL = new PerlACE::Process ("client", "-k file://$iorfile");
$SV->Spawn ();