summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_acl_tests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-08-11 19:58:12 +0000
committerRafael H. Schloming <rhs@apache.org>2009-08-11 19:58:12 +0000
commit7a75ab50441b0b11082b3ee27601c6f07cad8c96 (patch)
tree33e24870a0bca38efaea4638b96a62fd8d79fca7 /cpp/src/tests/run_acl_tests
parenta2d7a54a947b03b7a424cec56f24ccdde144dce9 (diff)
downloadqpid-python-7a75ab50441b0b11082b3ee27601c6f07cad8c96.tar.gz
fixed the cpp/python test integration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_acl_tests')
-rwxr-xr-xcpp/src/tests/run_acl_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/run_acl_tests b/cpp/src/tests/run_acl_tests
index 1aecf4a7ee..d9b654c7cd 100755
--- a/cpp/src/tests/run_acl_tests
+++ b/cpp/src/tests/run_acl_tests
@@ -53,9 +53,9 @@ if test -d ${PYTHON_DIR} ; then
cp $srcdir/policy.acl $DATA_DIR
start_brokers
echo "Running acl tests using brokers on ports $LOCAL_PORT"
- PYTHONPATH=$PYTHON_DIR
+ PYTHONPATH=$PYTHON_DIR:$srcdir
export PYTHONPATH
- $srcdir/acl.py -v -s $srcdir/../../../specs/amqp.0-10-qpid-errata.xml -b localhost:$LOCAL_PORT --port $LOCAL_PORT || EXITCODE=1
+ $PYTHON_DIR/qpid-python-test -b localhost:$LOCAL_PORT -m acl || EXITCODE=1
stop_brokers || EXITCODE=1
test_loading_acl_from_absolute_path || EXITCODE=1
rm -rf $DATA_DIR