diff options
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 951aecb..50ef728 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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; \ |