aboutsummaryrefslogtreecommitdiff
path: root/ci/azure/linux_script
diff options
context:
space:
mode:
Diffstat (limited to 'ci/azure/linux_script')
-rwxr-xr-xci/azure/linux_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script
index 065576bef4..857e87cab8 100755
--- a/ci/azure/linux_script
+++ b/ci/azure/linux_script
@@ -89,7 +89,7 @@ release/bin/zig build test-fmt -Denable-qemu -Denable-wasmtime
release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime
# Look for HTML errors.
-tidy -qe ../zig-cache/langref.html
+tidy --drop-empty-elements no -qe ../zig-cache/langref.html
if [ "${BUILD_REASON}" != "PullRequest" ]; then
# Produce the experimental std lib documentation.