summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Simple_Naming/process-m-output.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl b/TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl
index d962113c0ae..ab8a0ec9b73 100755
--- a/TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl
+++ b/TAO/orbsvcs/tests/Simple_Naming/process-m-output.pl
@@ -4,6 +4,10 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
+unshift @INC, '../../../../bin';
+require Process;
+require Uniqueid;
+
# This is a Perl script that processes the output of the multithreaded
# client test. Usage: process-m-output.pl output-file-name number-of-threads
@@ -26,8 +30,6 @@ else
die "Usage: process-m-output.pl output-file-name number-of-threads \n";
}
-$errors = 0;
-
$binds = 0;
$unbinds = 0;
@@ -103,5 +105,3 @@ else
print "Number of sucessfule binds is different from number of
sucessful unbinds\n";
}
-
-exit $errors;