Merge pull request #2717 from gnzlbg/more_io
try harder to print output
This commit is contained in:
commit
b0eb899324
@ -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