summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/run_test.pl')
-rwxr-xr-xTAO/tests/Collocation/run_test.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tests/Collocation/run_test.pl b/TAO/tests/Collocation/run_test.pl
index abca156fcf3..191f0046122 100755
--- a/TAO/tests/Collocation/run_test.pl
+++ b/TAO/tests/Collocation/run_test.pl
@@ -12,7 +12,13 @@ $status = 0;
print STDOUT "Collocation\n\n";
-$SV = new PerlACE::Process ("Collocation");
+if (PerlACE::is_vxworks_test()) {
+ $SV = new PerlACE::ProcessVX ("Collocation");
+}
+else {
+ $SV = new PerlACE::Process ("Collocation");
+}
+
$server = $SV->SpawnWaitKill (60);