summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-28 19:52:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-28 19:52:24 +0000
commit145b6feda2c6518ce86766e43e6acdc4b7c42aae (patch)
tree4c90bb5aba86d78cd7b2b4f2969baca58e96788e /TAO/performance-tests
parentcba3dab9ba518ab6a0a648b56a9176f30a80e404 (diff)
downloadATCD-145b6feda2c6518ce86766e43e6acdc4b7c42aae.tar.gz
ChangeLogTag:Mon Jan 28 11:50:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-xTAO/performance-tests/Latency/AMH/Single_Threaded/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/AMI/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/DII/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Deferred/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Single_Threaded/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl2
-rwxr-xr-xTAO/performance-tests/Latency/Thread_Pool/run_test.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/TAO/performance-tests/Latency/AMH/Single_Threaded/run_test.pl b/TAO/performance-tests/Latency/AMH/Single_Threaded/run_test.pl
index 48fbb3dabb0..0ca34c00e3f 100755
--- a/TAO/performance-tests/Latency/AMH/Single_Threaded/run_test.pl
+++ b/TAO/performance-tests/Latency/AMH/Single_Threaded/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/AMI/run_test.pl b/TAO/performance-tests/Latency/AMI/run_test.pl
index c0803e1bbc0..fab9082e97c 100755
--- a/TAO/performance-tests/Latency/AMI/run_test.pl
+++ b/TAO/performance-tests/Latency/AMI/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/DII/run_test.pl b/TAO/performance-tests/Latency/DII/run_test.pl
index dcf69c9e4c6..3e288a3dab7 100755
--- a/TAO/performance-tests/Latency/DII/run_test.pl
+++ b/TAO/performance-tests/Latency/DII/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/Deferred/run_test.pl b/TAO/performance-tests/Latency/Deferred/run_test.pl
index 9450b5ac8ae..4140d94f322 100755
--- a/TAO/performance-tests/Latency/Deferred/run_test.pl
+++ b/TAO/performance-tests/Latency/Deferred/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/Single_Threaded/run_test.pl b/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
index 48fbb3dabb0..630f9c9ad08 100755
--- a/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
+++ b/TAO/performance-tests/Latency/Single_Threaded/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl
index f2b41694999..181e2711bf3 100755
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;
diff --git a/TAO/performance-tests/Latency/Thread_Pool/run_test.pl b/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
index 58eadf19065..5bb3e681bcb 100755
--- a/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
+++ b/TAO/performance-tests/Latency/Thread_Pool/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "../../../bin";
+use lib "../../../../bin";
use PerlACE::Run_Test;
$status = 0;