forked from toolshed/abra
test: fixups for latest nightly failures
This commit is contained in:
@ -33,8 +33,8 @@ teardown(){
|
|||||||
_new_app
|
_new_app
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_reset_recipe
|
|
||||||
_undeploy_app
|
_undeploy_app
|
||||||
|
_reset_recipe
|
||||||
|
|
||||||
if [[ -d "$ABRA_DIR/servers/foo" ]]; then
|
if [[ -d "$ABRA_DIR/servers/foo" ]]; then
|
||||||
run rm -rf "$ABRA_DIR/servers/foo"
|
run rm -rf "$ABRA_DIR/servers/foo"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
setup() {
|
setup() {
|
||||||
load "$PWD/tests/integration/helpers/common"
|
load "$PWD/tests/integration/helpers/common"
|
||||||
_common_setup
|
_common_setup
|
||||||
|
_fetch_recipe
|
||||||
}
|
}
|
||||||
|
|
||||||
teardown(){
|
teardown(){
|
||||||
|
Reference in New Issue
Block a user