~eilt-team/+junk/bacula-intial-setup

« back to all changes in this revision

Viewing changes to rabbitmq/rabbitmq-bench.sh

  • Committer: Tobin Davis
  • Date: 2012-02-16 18:03:40 UTC
  • Revision ID: gruemaster@gmail.com-20120216180340-sz5bpogmqpaqnl9k
Another attempt to get this working in Jenkins.  Apparently Jenkins doesn't like to pass environment variables into sub-shell scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
mkdir -p ${RABBITMQ_BASE}
30
30
cd "${REPORTS_HOME}" ; REPORTS_HOME=`pwd` ; cd - > /dev/null
31
31
 
32
 
bin/sbt update
 
32
${WORKSPACE}/bin/sbt update
33
33
 
34
34
# Run the tests
35
 
bin/sbt run --login guest --passcode guest "${REPORTS_HOME}/rabbitmq${RABBITMQ_VERSION}.json"
 
35
${WORKSPACE}/bin/sbt run --login guest --passcode guest "${REPORTS_HOME}/rabbitmq${RABBITMQ_VERSION}.json"
36
36
 
37
37