Skip to content

Commit

Permalink
try harder to print output
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed May 18, 2018
1 parent 5fb987f commit c6c6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6c6545

Please sign in to comment.