Skip to content

Commit b0eb899

Browse files
authored
Merge pull request rust-lang#2717 from gnzlbg/more_io
try harder to print output
2 parents 5fb987f + c6c6545 commit b0eb899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cargo install --force
2121
echo "Integration tests for: ${INTEGRATION}"
2222

2323
function check_fmt {
24-
cargo fmt --all -v &> rustfmt_output
24+
cargo fmt --all -v 2>&1 | tee rustfmt_output
2525
if [[ $? != 0 ]]; then
2626
cat rustfmt_output
2727
return 1

0 commit comments

Comments
 (0)