Use full backtrace

This commit is contained in:
Philipp Hansch 2018-05-17 22:06:25 +02:00
parent b4482ce381
commit 4a460ab6c3
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -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