diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-26 02:59:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-26 02:59:12 +0000 |
commit | 8c7f671a9f0bef7087373e5df6b58cc15a9d4433 (patch) | |
tree | 192fc85946bd83b2364f79850ef79c692073422f /TAO/performance-tests | |
parent | 861dda93e469e9de0aac618a3255ef60eb4d2fc2 (diff) | |
download | ATCD-8c7f671a9f0bef7087373e5df6b58cc15a9d4433.tar.gz |
changed iioplite to gioplite
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-x | TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl | 4 |
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"; |