From 2afd12da2a2011535bc47934af8afda7933de7e6 Mon Sep 17 00:00:00 2001 From: Bruno Haible <bruno@clisp.org> Date: Sat, 15 Apr 2023 16:55:34 +0200 Subject: [PATCH] Don't include module 'year2038-required' in all-of-gnulib testdirs. * all-modules (exclude): Add year2038-required. --- ChangeLog | 5 +++++ all-modules | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a6be84b960..2dad8c5895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-15 Bruno Haible <bruno@clisp.org> + + Don't include module 'year2038-required' in all-of-gnulib testdirs. + * all-modules (exclude): Add year2038-required. + 2023-04-15 Bruno Haible <bruno@clisp.org> selinux-h: Fix compilation error (regression 2023-04-13). diff --git a/all-modules b/all-modules index 9e90b02273..5b742245cc 100755 --- a/all-modules +++ b/all-modules @@ -89,7 +89,7 @@ exclude_for_mingw="$exclude_for_mingw forkpty-tests forkpty login_tty-tests logi exclude_for_msvc="$exclude_for_mingw" # Command-line option processing. -exclude= +exclude="year2038-required" while test $# -gt 0; do case "$1" in --for-mingw | --for-ming | --for-min | --for-mi ) -- 2.39.5