summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-06-02 10:45:06 +0000
committerGordon Sim <gsim@apache.org>2008-06-02 10:45:06 +0000
commit543485644158ee7af8ef57deaadd7c8dc71257c4 (patch)
tree797ecaf98e2651d67dcc2da130bf6bf2d0bdfb9d
parent3cadb072adbd7ea1daa38e61ad17995c4d661dfc (diff)
downloadqpid-python-543485644158ee7af8ef57deaadd7c8dc71257c4.tar.gz
disable use of module-dir when running examples
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@662390 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/examples/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all
index 1e122572ea..0e797202ff 100755
--- a/cpp/examples/verify_all
+++ b/cpp/examples/verify_all
@@ -9,7 +9,7 @@ exclude_regexp=$3
python=${QPID_PYTHON_DIR:-$topsrcdir/python}
trap "$qpidd -q" exit
-export QPID_PORT=`$qpidd -dp0 --data-dir "" --auth no` || { echo "Can't run qpidd" ; exit 1; }
+export QPID_PORT=`$qpidd -dp0 --no-module-dir --data-dir "" --auth no` || { echo "Can't run qpidd" ; exit 1; }
export PYTHON_EXAMPLES=$python/examples
export PYTHONPATH=$python:$PYTHONPATH