diff options
| author | Gordon Sim <gsim@apache.org> | 2008-06-02 10:45:06 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-06-02 10:45:06 +0000 |
| commit | b50a03b86a17efc3dba691fddec3b2dcb5c9f50b (patch) | |
| tree | ea0ffc46247ad6d66c2b11cd7ed57caed2879fe7 /qpid/cpp/examples | |
| parent | 8273074b01048bd456e5fe2b41c7ce52c9a9bacf (diff) | |
| download | qpid-python-b50a03b86a17efc3dba691fddec3b2dcb5c9f50b.tar.gz | |
disable use of module-dir when running examples
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@662390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rwxr-xr-x | qpid/cpp/examples/verify_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all index 1e122572ea..0e797202ff 100755 --- a/qpid/cpp/examples/verify_all +++ b/qpid/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 |
