Merge pull request #2717 from gnzlbg/more_io

try harder to print output
This commit is contained in:
Nick Cameron 2018-05-18 21:13:17 +12:00 committed by GitHub
commit b0eb899324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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