~juju/pyjuju/ftests

« back to all changes in this revision

Viewing changes to tests/ec2-wordpress/run.sh

  • Committer: Gustavo Niemeyer
  • Date: 2011-09-29 21:04:50 UTC
  • Revision ID: gustavo@niemeyer.net-20110929210450-xxp7jutzt8g8im8e
Move environments.yaml creation into the ec2 suite, and
make it use trunk rather than packages, so that the code
has better chances of being in sync. Hopefully this fix
the current breakage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set -e -x
2
2
 
3
 
juju bootstrap || true
4
3
juju bootstrap
5
4
 
6
 
# So that teardown destroys it.
7
 
BOOTSTRAPPED=1
8
 
 
9
5
for i in `seq 120`; do
10
6
        if juju status; then
11
7
                break