summaryrefslogtreecommitdiff
path: root/java/tools/bin/set-testkit-env.sh
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-11-10 17:08:23 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-11-10 17:08:23 +0000
commit1b2fb06946560f4167a879e866842753a79850f3 (patch)
tree98336f85aa6f1a7c7a690046eb78dcc7b9875ac0 /java/tools/bin/set-testkit-env.sh
parentab65488008895376c5f74ead6d1cc5d2568fd8a5 (diff)
downloadqpid-python-1b2fb06946560f4167a879e866842753a79850f3.tar.gz
Fixed minor errors in the scripts
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/tools/bin/set-testkit-env.sh')
-rw-r--r--java/tools/bin/set-testkit-env.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/tools/bin/set-testkit-env.sh b/java/tools/bin/set-testkit-env.sh
index e6a726eef1..051dad8179 100644
--- a/java/tools/bin/set-testkit-env.sh
+++ b/java/tools/bin/set-testkit-env.sh
@@ -62,11 +62,11 @@ fi
if [ "$STORE_LIB" = "" ] ; then
if [ -e /usr/lib64/qpid/daemon/msgstore.so ] ; then
- CLUSTER_LIB="/usr/lib64/qpid/daemon/msgstore.so"
+ STORE_LIB="/usr/lib64/qpid/daemon/msgstore.so"
elif [ -e /usr/lib/qpid/daemon/msgstore.so ] ; then
- CLUSTER_LIB="/usr/lib/qpid/daemon/msgstore.so"
- else
- echo "WARNING: skipping test, STORE_LIB not set and msgstore.so not found."; exit 0;
+ STORE_LIB="/usr/lib/qpid/daemon/msgstore.so"
+ #else
+ # echo "WARNING: skipping test, STORE_LIB not set and msgstore.so not found."; exit 0;
fi
fi
@@ -82,7 +82,7 @@ if [ "$QP_CP" = "" ] ; then
fi
if [ "$OUTDIR" = "" ] ; then
- OUTDIR=`abs_path "../output"`
+ OUTDIR=`abs_path "./output"`
fi
export PYTHONPATH PYTHON_DIR QPIDD_EXEC CLUSTER_LIB QP_CP OUTDIR