diff options
| author | Gordon Sim <gsim@apache.org> | 2006-12-04 17:00:42 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2006-12-04 17:00:42 +0000 |
| commit | 24bd6ba75d3a0dae536e0436f7d7c6c5cb737a10 (patch) | |
| tree | 4d7cdebb2288545a08e9df8510edce5b2f30dc70 /qpid/cpp/tests | |
| parent | 85bbb0a8a0128a7142ab4f7267cf22fe45574647 (diff) | |
| download | qpid-python-24bd6ba75d3a0dae536e0436f7d7c6c5cb737a10.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/tests')
| -rwxr-xr-x | qpid/cpp/tests/env | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
