runtests: drop notxml keyword, verify all test data files as XML

Follow-up to 7f3731ce14 #19595

Closes #19927
This commit is contained in:
Viktor Szakats 2025-12-10 23:44:43 +01:00
parent 319298484f
commit bfe6eb1c06
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 7 deletions

View file

@ -139,8 +139,8 @@ jobs:
- name: 'check'
run: |
{
git grep -z -i -l -E '^<\?xml' || true
git grep -z -L -F 'notxml' 'tests/data/test*' || true
git grep -i -l -E '^<\?xml' -z || true
git ls-files 'tests/data/test*' -z || true
} | xargs -0 -r xmllint >/dev/null
miscchecks: