Commit 3266e03
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments