Skip to content

Commit 3266e03

Browse files
avrabeclaude
andcommitted
fix: drop --tests flag from make verify (verify.py rewrite removed it)
verify.py no longer takes the --tests directory argument — test discovery now comes from each comp-req's verified-by: list of bazel targets, so there is no "tests directory" to walk. The Makefile still passed the obsolete flag, causing CI to fail with "unrecognized arguments: --tests verification" before the gate could even run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7301294 commit 3266e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ wit:
4949
# reports PASSED / FAILED / MISSING per artifact. Exits 1 if any
5050
# FAILED or MISSING.
5151
verify:
52-
@$(PYTHON) tools/verify.py --artifacts artifacts --tests verification
52+
@$(PYTHON) tools/verify.py --artifacts artifacts
5353

5454
# ── sigil-signed release manifest (optional) ────────────────────────
5555
attest:

0 commit comments

Comments
 (0)