From 5d544cddbb1787be0f57fb26378a79c5a52849bb Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Fri, 14 Oct 2022 10:06:00 +0800 Subject: [PATCH] skip check_web testcase check_web needs to access validator.w3.org. Therefore, make check fails because the external network cannot be accessed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afb9d53..b8f32e5 100644 --- a/Makefile +++ b/Makefile @@ -785,7 +785,7 @@ tzselect: tzselect.ksh version check: check_back check_mild check_mild: check_character_set check_white_space check_links \ check_name_lengths check_slashed_abbrs check_sorted \ - check_tables check_web check_ziguard check_zishrink check_tzs + check_tables check_ziguard check_zishrink check_tzs check_character_set: $(ENCHILADA) test ! '$(UTF8_LOCALE)' || \ -- 2.27.0