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 | 9a5821d8d461a978466a82f3651f6bc12a73abd3 (patch) | |
| tree | a62f11bad48e5787119ef173e1553cff8a6d3aec /cpp/examples | |
| parent | 9a07f9ed620f0ccf2bc4a9b05ae5e9daa9d64bd8 (diff) | |
| download | qpid-python-9a5821d8d461a978466a82f3651f6bc12a73abd3.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
Diffstat (limited to 'cpp/examples')
| -rwxr-xr-x | cpp/examples/old_api/verify_all | 2 |
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" |
