File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ if [ "$TEST" = "w3cval" ]; then
128128 # shellcheck disable=SC2086
129129 " $DIR " /vnu-runtime-image/bin/vnu --errors-only --exit-zero-always --skip-non-$typ --format json $FLTR " $URL " 2> result.json
130130 # shellcheck disable=SC2086
131- NEWFOUNDERRORS=$( " $DIR " /vnu-runtime-image/bin/vnu --errors-only --exit-zero-always --skip-non-$typ --format gnu $FLTR " $URL " 2>&1 | tee " $ARTIFACTS /w3c_${typ} _${URL} .log | wc -l)
131+ NEWFOUNDERRORS=$( " $DIR " /vnu-runtime-image/bin/vnu --errors-only --exit-zero-always --skip-non-$typ --format gnu $FLTR " $URL " 2>&1 | tee " $ARTIFACTS /w3c_${typ} _${URL} .log" | wc -l)
132132 FOUNDERR=$(( NEWFOUNDERRORS+ FOUNDERR))
133133 python3 -m " json.tool" < result.json > " $ARTIFACTS /w3c$typ$URL .json"
134134 trace_off; python3 .github/jobs/jsontogha.py " $ARTIFACTS /w3c$typ$URL .json" ; trace_on
You can’t perform that action at this time.
0 commit comments