summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-07-18 17:00:39 +0000
committerGordon Sim <gsim@apache.org>2013-07-18 17:00:39 +0000
commitecacc83649892847b8d241309844bf70926ee829 (patch)
treea62f11bad48e5787119ef173e1553cff8a6d3aec
parent545f915725487485fdb98f217380e07336477226 (diff)
downloadqpid-python-ecacc83649892847b8d241309844bf70926ee829.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/qpid@1504524 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xcpp/examples/old_api/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/old_api/verify_all b/cpp/examples/old_api/verify_all
index e71479d6be..ca72b965cb 100755
--- a/cpp/examples/old_api/verify_all
+++ b/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"