Remove qpid-config call

There's no need to install qpid-tools and run qpid-config for this case.
The check on the process output should be enough. This also removes
qpid-tools as a dependency for the qpid jobs.

Change-Id: Ie81a2630cb5d593729b18569cc82b83e9817f6ab
This commit is contained in:
Flavio Percoco 2015-06-23 17:54:28 +02:00 committed by Flavio Percoco
parent 3e46c151a7
commit c9021c2116
1 changed files with 0 additions and 3 deletions

View File

@ -47,7 +47,4 @@ mkfifo ${DATADIR}/out
$QPIDD --log-enable info+ --log-to-file ${DATADIR}/out --config ${DATADIR}/qpidd.conf &
wait_for_line "Broker .*running" "error" ${DATADIR}/out
# Earlier failure if qpid-config is avialable
[ -x "$(which qpid-config)" ] && qpid-config -b stackqpid/secretqpid@localhost:65123 &>/dev/null
$*