forked from heavy-duty/ceremony
test: document deferred fixture expansion
This commit is contained in:
parent
20cba4583d
commit
fe4ec57ff2
1 changed files with 1 additions and 0 deletions
|
|
@ -1197,6 +1197,7 @@ TAG_GUARD="$TMP/tag-release-guard.sh"
|
|||
} >"$TAG_GUARD"
|
||||
chmod +x "$TAG_GUARD"
|
||||
mkdir -p "$TMP/tag-guard-lib/lib"
|
||||
# shellcheck disable=SC2016 # expanded when the generated helper runs, not while this test writes it
|
||||
printf '%s\n' \
|
||||
'forge_select() { :; }' \
|
||||
'forge_release_exists() { case "$RELEASE_EXISTS" in error) return 1 ;; *) echo "$RELEASE_EXISTS" ;; esac; }' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue