From bfd0f9c516aed5378a861599fe0f2eb49a2129fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 21 Apr 2011 12:48:13 +0000 Subject: [PATCH] No need to install ActiveMQ broker for tests. Production brokers are used. --- org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh b/org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh index 9d6eba3..d1f1629 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-run-tests.sh @@ -120,7 +120,8 @@ export LBTSTCOLS yum install -q -y globus-proxy-utils yum install -q -y postgresql postgresql-server -yum install -q -y activemq java-1.6.0-openjdk +#Standard setup now uses production brokers. No need to install our own. +#yum install -q -y activemq java-1.6.0-openjdk /etc/init.d/postgresql start mv /var/lib/pgsql/data/pg_hba.conf /var/lib/pgsql/data/pg_hba.conf.orig @@ -132,12 +133,12 @@ EOF /etc/init.d/postgresql reload createuser -U postgres -S -R -D rtm -if [ -f ~/.activemqrc ]; then - echo ActiveMQ already configured -else - activemq setup ~/.activemqrc - activemq start -fi +#if [ -f ~/.activemqrc ]; then +# echo ActiveMQ already configured +#else +# activemq setup ~/.activemqrc +# activemq start +#fi cd /tmp -- 1.8.2.3