summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-26 02:59:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-26 02:59:12 +0000
commit8c7f671a9f0bef7087373e5df6b58cc15a9d4433 (patch)
tree192fc85946bd83b2364f79850ef79c692073422f /TAO/performance-tests
parent861dda93e469e9de0aac618a3255ef60eb4d2fc2 (diff)
downloadATCD-8c7f671a9f0bef7087373e5df6b58cc15a9d4433.tar.gz
changed iioplite to gioplite
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl4
1 files changed, 2 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 ffb4202e962..a42a2a4ac86 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
@@ -78,8 +78,8 @@ for ($i = 0; $i <= $#ARGV; $i++)
}
if ($ARGV[$i] eq "-orblite")
{
- $clargs .= " -ORBiioplite";
- $svargs .= " -ORBiioplite";
+ $clargs .= " -ORBgioplite";
+ $svargs .= " -ORBgioplite";
last SWITCH;
}
print "run_test: Unknown Option: ".$ARGV[$i]."\n";