summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/RTMutex
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2005-04-15 12:33:21 +0000
committermcorino <mcorino@users.noreply.github.com>2005-04-15 12:33:21 +0000
commit52b35348a5fc3be124bf7d93efd4705102781696 (patch)
tree850914d64f56066ff79de721f17a121577d97b63 /TAO/tests/RTCORBA/RTMutex
parent929f6f2062d733de624942f91d74bef4e72f5c44 (diff)
downloadATCD-52b35348a5fc3be124bf7d93efd4705102781696.tar.gz
ChangeLogTag: Fri Apr 15 12:30:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/tests/RTCORBA/RTMutex')
-rwxr-xr-xTAO/tests/RTCORBA/RTMutex/run_test.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/RTMutex/run_test.pl b/TAO/tests/RTCORBA/RTMutex/run_test.pl
index e123f4ea033..c8815f69464 100755
--- a/TAO/tests/RTCORBA/RTMutex/run_test.pl
+++ b/TAO/tests/RTCORBA/RTMutex/run_test.pl
@@ -10,7 +10,12 @@ use PerlACE::Run_Test;
print STDERR "\n********** RTCORBA RTMutex Unit Test **********\n\n";
-$T = new PerlACE::Process ("server");
+if (PerlACE::is_vxworks_test()) {
+ $T = new PerlACE::ProcessVX ("server");
+}
+else {
+ $T = new PerlACE::Process ("server");
+}
$test = $T->SpawnWaitKill (60);