diff --git a/ci/integration-tests.sh b/ci/integration-tests.sh index 61a3348f04f..2fe15179b5f 100755 --- a/ci/integration-tests.sh +++ b/ci/integration-tests.sh @@ -9,7 +9,7 @@ cd checkout function check() { cargo clippy --all &> clippy_output cat clippy_output - ! cat clippy_output | grep -q "internal error" + ! cat clippy_output | grep -q "internal compiler error" if [[ $? != 0 ]]; then return 1 fi