docs: document conditional -v test rerun pattern in REPO_POLICIES.md #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per sneak's request (from sneak/chat PR #82):
Document the "conditional -v test rerun" pattern as a policy/recommendation in REPO_POLICIES.md.
The Pattern
The Makefile
testtarget runs tests without-vfirst. If tests fail, it automatically reruns with-vto show full output. This gives:Requirements