mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Use full backtrace
This commit is contained in:
parent
b4482ce381
commit
4a460ab6c3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ git clone --depth=1 https://github.com/${INTEGRATION}.git checkout
|
|||
cd checkout
|
||||
|
||||
function check() {
|
||||
cargo clippy --all &> clippy_output
|
||||
RUST_BACKTRACE=full cargo clippy --all &> clippy_output
|
||||
cat clippy_output
|
||||
! cat clippy_output | grep -q "internal compiler error"
|
||||
if [[ $? != 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue