forked from toolshed/abra
test: test arguments, notes, local tag lookup
This commit is contained in:
@ -18,6 +18,13 @@ teardown_file(){
|
||||
_rm_server
|
||||
}
|
||||
|
||||
teardown(){
|
||||
# https://github.com/bats-core/bats-core/issues/383#issuecomment-738628888
|
||||
if [[ -z "${BATS_TEST_COMPLETED}" ]]; then
|
||||
_undeploy_app
|
||||
fi
|
||||
}
|
||||
|
||||
setup(){
|
||||
load "$PWD/tests/integration/helpers/common"
|
||||
_common_setup
|
||||
|
Reference in New Issue
Block a user