]> git.eshelyaron.com Git - emacs.git/commitdiff
Exclude files under `infra' from automatic testing
authorPo Lu <luangruo@yahoo.com>
Sun, 2 Mar 2025 11:11:10 +0000 (19:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:01:30 +0000 (22:01 +0100)
* test/Makefile.in (ELFILES): Exclude files within `infra'.
Reported by Stefan Kangas <skangas@gmail.com>.

(cherry picked from commit ecbb0808657e04c0e561e9d62c0ade39eb01351b)

test/Makefile.in

index 842c0517b980008ee3e15dc53d0ff4cccf2c8494..3d8a8b87cd9b1a53f1c58bc18124eea8e6f40998 100644 (file)
@@ -203,7 +203,7 @@ EXCLUDE_TESTS =
 SLOW_TESTS = ${srcdir}/lisp/net/tramp-tests.el
 
 ELFILES := $(sort $(shell find ${srcdir} -name manual -prune -o \
-               -name data -prune -o \
+               -name data -prune -o -name infra -prune -o \
                -name "*resources" -prune -o \
                ${maybe_exclude_module_tests} \
                -name "*.el" ! -name ".*" -print))