diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-07-17 13:17:53 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-07-17 13:17:53 +0200 |
| commit | 7a0ba325e3799960eacbb7dadb4d9a628d7e713d (patch) | |
| tree | 1c996b4ac9921d3fe517635cbf49c8b223c4fec3 /docs/_build/html/_static/basic.css | |
| parent | 802f45df53f21e41a5062a1e4d1bf376f90f7cc6 (diff) | |
| download | vyos-build-7a0ba325e3799960eacbb7dadb4d9a628d7e713d.tar.gz vyos-build-7a0ba325e3799960eacbb7dadb4d9a628d7e713d.zip | |
Makefile: T9099: stop catch-all rule from eating forwarded test arguments
Test targets forward extra CLI arguments to their scripts via
$(filter-out $@,$(MAKECMDGOALS)) (e.g. make test -- --match interfaces_bond)
Those extra words are also goals as far as make is concerned, so after the test
recipe succeeded, make went on to "build" --match and interfaces_bond too,
falling through to the generic `%:` flavor rule and running
build-vyos-image --match
which errored and masked the fact that the smoketest itself had already passed.
Declare the trailing goals as phony no-ops when the primary target is one of
the test targets, so they no longer reach the `%:` rule.
The existing MATCH=<value> form is unaffected.
Diffstat (limited to 'docs/_build/html/_static/basic.css')
0 files changed, 0 insertions, 0 deletions
