From 24bd6ba75d3a0dae536e0436f7d7c6c5cb737a10 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@482254 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/tests/env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/tests/env b/qpid/cpp/tests/env index 76797b1ef7..49201c01fd 100755 --- a/qpid/cpp/tests/env +++ b/qpid/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