summaryrefslogtreecommitdiff
path: root/TAO
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
parentcba3dab9ba518ab6a0a648b56a9176f30a80e404 (diff)
downloadATCD-145b6feda2c6518ce86766e43e6acdc4b7c42aae.tar.gz
ChangeLogTag:Mon Jan 28 11:50:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
-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
8 files changed, 20 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index ce553015d30..0de2d2bcf11 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Mon Jan 28 11:50:27 2002 Ossama Othman <ossama@uci.edu>
+
+ * performance-tests/Latency/AMH/Single_Threaded/run_test.pl:
+ * performance-tests/Latency/AMI/run_test.pl:
+ * performance-tests/Latency/DII/run_test.pl:
+ * performance-tests/Latency/Deferred/run_test.pl:
+ * performance-tests/Latency/Single_Threaded/run_test.pl:
+ * performance-tests/Latency/Thread_Per_Connection/run_test.pl:
+ * performance-tests/Latency/Thread_Pool/run_test.pl:
+
+ Corrected Perl include path. Thanks to Carlos for pointing out
+ the problem.
+
Mon Jan 28 11:38:22 2002 Carlos O'Ryan <coryan@uci.edu>
* TAO_IDL/be/be_visitor_operation/amh_sh.cpp:
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;