You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/07/18 19:00:39 UTC

svn commit: r1504524 - /qpid/trunk/qpid/cpp/examples/old_api/verify_all

Author: gsim
Date: Thu Jul 18 17:00:39 2013
New Revision: 1504524

URL: http://svn.apache.org/r1504524
Log:
NO-JIRA: ensure interface is specified for verification of old examples (there is another script!)

Modified:
    qpid/trunk/qpid/cpp/examples/old_api/verify_all

Modified: qpid/trunk/qpid/cpp/examples/old_api/verify_all
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/old_api/verify_all?rev=1504524&r1=1504523&r2=1504524&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/old_api/verify_all (original)
+++ qpid/trunk/qpid/cpp/examples/old_api/verify_all Thu Jul 18 17:00:39 2013
@@ -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"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org