summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/run_test.pl
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-11 16:35:54 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-11 16:35:54 +0000
commit2939125c35514a8d87c62291fc491ec3a93be3c0 (patch)
tree3e987b87eedeaeeb6467187a3d0c7e71f6dfdd3c /TAO/tests/Param_Test/run_test.pl
parent8a786f16ad9d3128d1f60e01a3e56c96469212c7 (diff)
downloadATCD-2939125c35514a8d87c62291fc491ec3a93be3c0.tar.gz
Tue Apr 11 11:32:03 2000 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Param_Test/run_test.pl')
-rwxr-xr-xTAO/tests/Param_Test/run_test.pl14
1 files changed, 3 insertions, 11 deletions
diff --git a/TAO/tests/Param_Test/run_test.pl b/TAO/tests/Param_Test/run_test.pl
index 0fe3503c85f..1b6d31605ce 100755
--- a/TAO/tests/Param_Test/run_test.pl
+++ b/TAO/tests/Param_Test/run_test.pl
@@ -73,6 +73,9 @@ sub run_test
"fixed_array", "var_array", "typecode", "exception",
"big_union", "recursive_union", "complex_any");
+
+ACE::checkForTarget($cwd);
+
for ($i = 0; $i <= $#ARGV; $i++)
{
SWITCH:
@@ -91,17 +94,6 @@ for ($i = 0; $i <= $#ARGV; $i++)
print "-chorus <target> -- Run tests on chorus target\n";
exit 0;
}
- 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);
- }
- last SWITCH;
- }
if ($ARGV[$i] eq "-n")
{
$num = $ARGV[$i + 1];