Skip to content

Commit 68b5c7e

Browse files
author
Michael Vasseur
committed
Don't fail in the webstandard test
Those errors should be unrelated with this PR but popup for the pages.
1 parent 9ed8456 commit 68b5c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/webstandard.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ "$TEST" = "w3cval" ]; then
109109
unzip -q vnu.linux.zip
110110
section_end
111111
112-
FLTR='--filterpattern .*autocomplete.*|.*style.*|.*role=tab.*|.*descendant.*|.*Stray.*|.*attribute.*|.*Forbidden.*|.*stream.*'
112+
FLTR='--filterpattern .*autocomplete.*|.*style.*|.*role=tab.*|.*descendant.*|.*Stray.*|.*attribute.*|.*Forbidden.*|.*stream.*|.*obsolete.*'
113113
for typ in html css svg
114114
do
115115
section_start "Analyse with $typ"
@@ -133,7 +133,7 @@ else
133133
else
134134
STAN="-s $TEST"
135135
FLTR0="-E '#DataTables_Table_0 > tbody > tr > td > a','#menuDefault > a','#filter-card > div > div > div > span > span:nth-child(1) > span > ul > li > input',.problem-badge"
136-
FLTR1="'html > body > div > div > div > div > div > div > table > tbody > tr > td > a > span'"
136+
FLTR1="'html > body > div > div > div > div > div > div > table > tbody > tr > td > a > span','html > body > div > div > div > div > div > div > form > div > div > div > label'"
137137
FLTR="$FLTR0,$FLTR1"
138138
fi
139139
chown -R domjudge:domjudge "$DIR"

0 commit comments

Comments
 (0)