Move 00-setup to prevent extra, unnecessary bootstrap in test runs.

This commit is contained in:
Ryan Beisner 2016-01-08 21:44:54 +00:00
parent 865dbdd63d
commit e34c77df2f
2 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ test:
functional_test: functional_test:
@echo Starting all functional, lint and unit tests... @echo Starting all functional, lint and unit tests...
@tests/setup/00-setup
@juju test -v -p AMULET_HTTP_PROXY --timeout 2700 @juju test -v -p AMULET_HTTP_PROXY --timeout 2700
bin/charm_helpers_sync.py: bin/charm_helpers_sync.py: