mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Auto merge of #3552 - phansch:make_integration_tests_fail_again, r=oli-obk
Make integration tests fail on 'E0463' cc #3523
This commit is contained in:
commit
691e5e76d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue