Skip to content

Commit

Permalink
Merge pull request #498 from mailgun/maxim/vagrant
Browse files Browse the repository at this point in the history
Make sure the toxiproxy path is based in the repository root
  • Loading branch information
eapache committed Aug 4, 2015
2 parents e1729d6 + 30ddad9 commit bcfa33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/boot_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

# Launch and wait for toxiproxy
vagrant/run_toxiproxy.sh &
${REPOSITORY_ROOT}/vagrant/run_toxiproxy.sh &
while ! nc -q 1 localhost 2181 </dev/null; do echo "Waiting"; sleep 1; done
while ! nc -q 1 localhost 9092 </dev/null; do echo "Waiting"; sleep 1; done

Expand Down

0 comments on commit bcfa33e

Please sign in to comment.