From 4a460ab6c3d04a9dafb8b4b7b25436df0770d090 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 17 May 2018 22:06:25 +0200 Subject: [PATCH] Use full backtrace --- ci/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/integration-tests.sh b/ci/integration-tests.sh index 2fe15179b..e786ac061 100755 --- a/ci/integration-tests.sh +++ b/ci/integration-tests.sh @@ -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