summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1535_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1535_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_1535_Regression/run_test.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1535_Regression/run_test.pl b/TAO/tests/Bug_1535_Regression/run_test.pl
index 3182220ecf1..6e368d26fcc 100755
--- a/TAO/tests/Bug_1535_Regression/run_test.pl
+++ b/TAO/tests/Bug_1535_Regression/run_test.pl
@@ -10,8 +10,12 @@ use PerlACE::Run_Test;
$status = 0;
-$SV = new PerlACE::Process ("bug_1535_regression", "");
-
+if (PerlACE::is_vxworks_test()) {
+ $SV = new PerlACE::ProcessVX ("bug_1535_regression");
+}
+else {
+ $SV = new PerlACE::Process ("bug_1535_regression");
+}
$SV->Spawn ();