summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-12-04 17:00:42 +0000
committerGordon Sim <gsim@apache.org>2006-12-04 17:00:42 +0000
commitd7bd6ba4267f9c2ff2ce4165f226cf1317013005 (patch)
tree06aa4dee88e50ada7a29b79d2bb1c0901a748e1c
parent492e70943188ede4e37701b0630924cf51d792b7 (diff)
downloadqpid-python-d7bd6ba4267f9c2ff2ce4165f226cf1317013005.tar.gz
Patch from Andrew Stitcher, sent to qpid-dev list.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482254 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/tests/env6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/tests/env b/cpp/tests/env
index 76797b1ef7..49201c01fd 100755
--- a/cpp/tests/env
+++ b/cpp/tests/env
@@ -13,9 +13,9 @@ pathmunge () {
if [ -z QPID_ROOT ] ; then echo "You must set QPID_ROOT" ; fi
-pathmunge $QPID_ROOT/cpp/test/bin
-pathmunge $QPID_ROOT/cpp/build/*/bin
-pathmunge $QPID_ROOT/cpp/build/*/test
+pathmunge $QPID_ROOT/cpp/tests
+# pathmunge $QPID_ROOT/cpp/build/*/bin
+# pathmunge $QPID_ROOT/cpp/build/*/test
export QPID_HOME=${QPID_HOME:-$QPID_ROOT/java/build}
pathmunge $QPID_HOME/bin