mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
try harder to print output
This commit is contained in:
parent
5fb987fff8
commit
c6c654517b
@ -21,7 +21,7 @@ cargo install --force
|
||||
echo "Integration tests for: ${INTEGRATION}"
|
||||
|
||||
function check_fmt {
|
||||
cargo fmt --all -v &> rustfmt_output
|
||||
cargo fmt --all -v 2>&1 | tee rustfmt_output
|
||||
if [[ $? != 0 ]]; then
|
||||
cat rustfmt_output
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user