Skip to content

Commit

Permalink
Auto merge of #3552 - phansch:make_integration_tests_fail_again, r=ol…
Browse files Browse the repository at this point in the history
…i-obk

Make integration tests fail on 'E0463'

cc #3523
  • Loading branch information
bors committed Dec 19, 2018
2 parents 980bcd8 + abab181 commit 691e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function check() {
# run clippy on a project, try to be verbose and trigger as many warnings as possible for greater coverage
RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nursery &> clippy_output
cat clippy_output
! cat clippy_output | grep -q "internal compiler error\|query stack during panic"
! cat clippy_output | grep -q "internal compiler error\|query stack during panic\|E0463"
if [[ $? != 0 ]]; then
return 1
fi
Expand Down

0 comments on commit 691e5e7

Please sign in to comment.