Skip to content

Commit 737873c

Browse files
committed
ci: Do not allow unresolved test cases
1 parent 7964655 commit 737873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Check regressions
6262
run: |
6363
cd gccrs-build; \
64-
if grep "# of unexpected" gcc/testsuite/rust/rust.sum;\
64+
if grep -e "unexpected" -e "unresolved" gcc/testsuite/rust/rust.sum;\
6565
then \
6666
echo "some tests are not correct"; \
6767
exit 1; \

0 commit comments

Comments
 (0)