summaryrefslogtreecommitdiff
path: root/setup-test-env-qpid.sh
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2015-06-23 17:54:28 +0200
committerFlavio Percoco <fpercoco@redhat.com>2015-07-01 11:46:34 +0000
commitc9021c2116b2eb68089d67ee615c3948716b8d76 (patch)
tree3ed5d1ea34e75e9ea2f779cfc578e7045ced6be8 /setup-test-env-qpid.sh
parent3e46c151a73a3840489a38d180d309710e3dbc86 (diff)
downloadoslo-messaging-c9021c2116b2eb68089d67ee615c3948716b8d76.tar.gz
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
Diffstat (limited to 'setup-test-env-qpid.sh')
-rwxr-xr-xsetup-test-env-qpid.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup-test-env-qpid.sh b/setup-test-env-qpid.sh
index 5972718..6efe8f3 100755
--- a/setup-test-env-qpid.sh
+++ b/setup-test-env-qpid.sh
@@ -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
-
$*