From d7bd6ba4267f9c2ff2ce4165f226cf1317013005 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 4 Dec 2006 17:00:42 +0000 Subject: 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 --- cpp/tests/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/tests') 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 -- cgit v1.2.1