forked from toolshed/abra
test: int suite fixes
This commit is contained in:
@ -40,8 +40,7 @@ teardown(){
|
||||
_get_current_hash
|
||||
assert_equal "$headHash" "$currentHash"
|
||||
|
||||
latestRelease=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" tag -l | tail -n 1)
|
||||
run grep -q "TYPE=$TEST_RECIPE:$latestRelease" \
|
||||
run grep -q "TYPE=$TEST_RECIPE:$(_latest_release)" \
|
||||
"$ABRA_DIR/servers/$TEST_SERVER/$TEST_APP_DOMAIN.env"
|
||||
assert_success
|
||||
}
|
||||
|
Reference in New Issue
Block a user