sembr src/tests/compiletest.md

This commit is contained in:
Tshepang Mbambo
2026-04-22 12:36:35 +02:00
parent 6ff11cfdde
commit a3a299256a
@@ -457,7 +457,8 @@ as they must be compilable by a stage 0 rustc that may be a beta or even stable
By default, run-make tests print each subprocess command and its stdout/stderr.
When running with `--no-capture` on `panic=abort` test suites (such as `cg_clif`),
this can flood the terminal. Omit `--verbose-run-make-subprocess-output` to
this can flood the terminal.
Omit `--verbose-run-make-subprocess-output` to
suppress this output for passing tests — failing tests always print regardless:
```bash