0
0
forked from toolshed/abra

test: fixups for latest nightly failures

This commit is contained in:
2025-08-19 09:41:37 +02:00
parent df89e8143a
commit 3e2797c433
2 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,8 @@ teardown(){
_new_app
fi
_reset_recipe
_undeploy_app
_reset_recipe
if [[ -d "$ABRA_DIR/servers/foo" ]]; then
run rm -rf "$ABRA_DIR/servers/foo"

View File

@ -3,6 +3,7 @@
setup() {
load "$PWD/tests/integration/helpers/common"
_common_setup
_fetch_recipe
}
teardown(){