summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-02 12:57:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-02 12:57:41 +0000
commit0e4bd8c1c04bb0dc82c01b7293c9f787882f17d5 (patch)
tree7b5a13d23d82ea20fbc85755df70ab48b9822c68
parent27def5c5a129525733531981c5a79cbb34cf4573 (diff)
downloadATCD-0e4bd8c1c04bb0dc82c01b7293c9f787882f17d5.tar.gz
Wed Aug 2 12:57:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
index bbd4f078fa7..8bbd9d9afc9 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
@@ -9,7 +9,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# full path to perl, as long as it is in the user's PATH.
# Taken from perlrun man page.
-# Do not use environment variables here since not all platforms use ACE_ROOT
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
use English;
@@ -106,7 +105,7 @@ $CL->Arguments ($clflags . $clnsflags . $quietflag . " -x ");
run_test_helper ();
-if ($OSNAME ne "MSWin32") {
+if ($OSNAME ne "MSWin32" && $OSNAME ne "VMS") {
print STDERR "============================================================\n";
print STDERR "Running IDL_Cubit with the UIOP protocol.\n\n";
@@ -115,6 +114,9 @@ if ($OSNAME ne "MSWin32") {
run_test_helper ();
+}
+
+if ($OSNAME ne "MSWin32") {
print STDERR "============================================================\n";
print STDERR "Running IDL_Cubit with the SHMIOP protocol.\n\n";