diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-26 10:32:43 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-26 10:32:43 -0800 |
| commit | 536d284f3b351c301181df9844a6abae65959c8a (patch) | |
| tree | 4d560f5ee33b96147b36ead0d5a9f2567292706f /t/unit-tests | |
| parent | d65eab5d303aa63cf8e6f9556d7f984eac43d3ec (diff) | |
| parent | 17bd1108eac98d8977a24233a498143ffd577c31 (diff) | |
Merge branch 'jk/ci-windows-meson-test-fix'
"Windows+meson" job at the GitHub Actions CI was hard to debug, as
it did not show and save failed test artifacts, which has been
corrected.
* jk/ci-windows-meson-test-fix:
ci(windows-meson-test): handle options and output like other test jobs
unit-test: ignore --no-chain-lint
Diffstat (limited to 't/unit-tests')
| -rw-r--r-- | t/unit-tests/unit-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/unit-tests/unit-test.c b/t/unit-tests/unit-test.c index 5af645048a..752fb38fb3 100644 --- a/t/unit-tests/unit-test.c +++ b/t/unit-tests/unit-test.c @@ -29,6 +29,7 @@ int cmd_main(int argc, const char **argv) OPT_NOOP_NOARG('d', "debug"), OPT_NOOP_NOARG(0, "github-workflow-markup"), OPT_NOOP_NOARG(0, "no-bin-wrappers"), + OPT_NOOP_ARG(0, "no-chain-lint"), OPT_NOOP_ARG(0, "root"), OPT_NOOP_ARG(0, "stress"), OPT_NOOP_NOARG(0, "tee"), |
