Fixup integration tests

This commit is contained in:
Nick Cameron 2018-05-18 17:11:02 +12:00
parent 2ee8b0e4c5
commit 5fb987fff8

View File

@ -21,7 +21,7 @@ cargo install --force
echo "Integration tests for: ${INTEGRATION}"
function check_fmt {
cargo fmt --all -v -- --error-on-unformatted &> rustfmt_output
cargo fmt --all -v &> rustfmt_output
if [[ $? != 0 ]]; then
cat rustfmt_output
return 1