28 lines
853 B
Diff
28 lines
853 B
Diff
From 5d544cddbb1787be0f57fb26378a79c5a52849bb Mon Sep 17 00:00:00 2001
|
|
From: SuperSix173 <liuchao173@huawei.com>
|
|
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 b68f843..abf504e 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -769,7 +769,7 @@ tzselect: tzselect.ksh version
|
|
|
|
check: 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.33.0
|
|
|