ci: Do not allow unresolved test cases

This commit is contained in:
Arthur Cohen 2022-02-21 16:39:06 +01:00
parent 796465596f
commit 737873ca87
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Check regressions
run: |
cd gccrs-build; \
if grep "# of unexpected" gcc/testsuite/rust/rust.sum;\
if grep -e "unexpected" -e "unresolved" gcc/testsuite/rust/rust.sum;\
then \
echo "some tests are not correct"; \
exit 1; \