mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
Rollup merge of #155220 - jieyouxu:dont-verbose-print-success-cg-clif, r=bjorn3
cg_clif: Don't show verbose run-make cmd output for passing tests Uses `--verbose-run-make-subprocess-output=false` added in rust-lang/rust#154587 to suppress verbose cmd dump for passing `run-make` tests. Closes rust-lang/rust#154069.
This commit is contained in:
@@ -200,5 +200,5 @@ index 073116933bd..c3e4578204d 100644
|
||||
EOF
|
||||
|
||||
echo "[TEST] rustc test suite"
|
||||
./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,run-make-cargo,ui,incremental}
|
||||
./x.py test --stage 0 --no-capture --verbose-run-make-subprocess-output=false tests/{codegen-units,run-make,run-make-cargo,ui,incremental}
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user