diff options
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl')
-rwxr-xr-x | TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl index 907011f22be..aa256319e5f 100755 --- a/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl +++ b/TAO/orbsvcs/tests/AVStreams/benchmark/run_test.pl @@ -17,18 +17,7 @@ $status = 0; $cwd = getcwd(); local $nsior = "$cwd$DIR_SEPARATOR" . "ns.ior"; -for($i = 0; $i <= $#ARGV; $i++) { - if ($ARGV[$i] eq '-chorus') { - $i++; - if (defined $ARGV[$i]) { - $EXEPREFIX = "rsh $ARGV[$i] arun $cwd$DIR_SEPARATOR"; - } - else { - print STDERR "The -chorus option requires the hostname of the target\n"; - exit(1); - } - } -} +ACE::checkForTarget($cwd); $name_server_prog = $EXEPREFIX."..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."Naming_Service".$DIR_SEPARATOR."Naming_Service".$EXE_EXT; $server_prog = $EXEPREFIX.".".$DIR_SEPARATOR."server".$EXE_EXT; |