From 17e6f26a581b94254206a1ce6e3de10e5fed0dc8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Nov 2020 21:14:24 -0800 Subject: tests: avoid missing .dvi failure with parallel tests * t/txinfo-no-clutter.sh: Tests of texinfo-related rules had overlap that made them fail often when some rules were run in parallel, so inhibit parallelism in that one directory. See discussion starting at https://lists.gnu.org/r/automake-patches/2020-11/msg00011.html --- t/txinfo-no-clutter.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh index b311f0348..6940aa945 100644 --- a/t/txinfo-no-clutter.sh +++ b/t/txinfo-no-clutter.sh @@ -29,6 +29,10 @@ cat > Makefile.am << 'END' all-local: ps pdf dvi html # For "make distcheck". info_TEXINFOS = foo.texi doc/bar.texi baz.texi SUBDIRS = sub + +# Tell GNU make not to parallelize these, because they +# have overlap between explicit and intermediate .dvi files. +.NOTPARALLEL: END mkdir sub doc -- cgit v1.2.1