summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl')
-rwxr-xr-xTAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl
index f4b4ecb0f99..f760f0e601b 100755
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/run_test.pl
@@ -13,7 +13,12 @@ $file = PerlACE::LocalFile ("test.ior");
unlink $file;
-$SV = new PerlACE::Process ("Collocated_Test", "-ORBobjrefstyle url");
+if (PerlACE::is_vxworks_test()) {
+ $SV = new PerlACE::ProcessVX ("Collocated_Test", "-ORBobjrefstyle url");
+}
+else {
+ $SV = new PerlACE::Process ("Collocated_Test", "-ORBobjrefstyle url");
+}
print STDERR "\n\n==== Running interceptor Dynamic test\n";