From: Zdeněk Šustr Date: Thu, 21 Apr 2011 12:48:13 +0000 (+0000) Subject: No need to install ActiveMQ broker for tests. Production brokers are used. X-Git-Tag: glite-lb-emi-lb_R_1_0_0_1~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bfd0f9c516aed5378a861599fe0f2eb49a2129fb;p=jra1mw.git No need to install ActiveMQ broker for tests. Production brokers are used. --- 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