diff options
author | Gordon Sim <gsim@apache.org> | 2013-07-18 17:00:39 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2013-07-18 17:00:39 +0000 |
commit | 2a32b230c2d35e4cdce48c970ab61b14339e8458 (patch) | |
tree | e5797c5b2f7f1459de6e1c1529b2be16b0935611 | |
parent | 2f506fbbd2c559258f4dbba9edb8cc80ffd54508 (diff) | |
download | qpid-python-2a32b230c2d35e4cdce48c970ab61b14339e8458.tar.gz |
NO-JIRA: ensure interface is specified for verification of old examples (there is another script!)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504524 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/examples/old_api/verify_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/old_api/verify_all b/qpid/cpp/examples/old_api/verify_all index e71479d6be..ca72b965cb 100755 --- a/qpid/cpp/examples/old_api/verify_all +++ b/qpid/cpp/examples/old_api/verify_all @@ -35,7 +35,7 @@ if ! test -e "$HOME"; then fi trap "$qpidd -q" exit -QPID_PORT=`$qpidd -dp0 $broker_args` || { echo "Can't run qpidd" ; exit 1; } +QPID_PORT=`$qpidd -dp0 --interface 127.0.0.1 $broker_args` || { echo "Can't run qpidd" ; exit 1; } export QPID_PORT find="find $topsrcdir/cpp/examples/old_api" |