From: Sean Whitton Date: Sun, 30 Mar 2025 05:24:23 +0000 (+0800) Subject: Disable emacs-module-tests.el X-Git-Tag: archive/raspbian/1%30.1+1-5+rpi1^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22d6e7ad34d947c1154358cd3a59789f539a9cf5;p=emacs.git Disable emacs-module-tests.el This regularly causes Emacs to FTBFS. --- diff --git a/test/Makefile.in b/test/Makefile.in index 842c0517b98..578c05281b4 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -186,11 +186,7 @@ endif -l ert ${ert_opts} -l $(testloadfile) \ $(TEST_RUN_ERT) -ifeq (@HAVE_MODULES@, yes) -maybe_exclude_module_tests := -else maybe_exclude_module_tests := -name emacs-module-tests.el -prune -o -endif ## Optional list of .el files to exclude from testing. ## Intended for use in automated testing where one or more files