Skip to content

Commit 9cd74ef

Browse files
committed
fix
1 parent 8e2749f commit 9cd74ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/webstandard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)