From: Jim Meyering Date: Mon, 16 Nov 2020 05:14:24 +0000 (-0800) Subject: tests: avoid missing .dvi failure with parallel tests X-Git-Tag: v1.16.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17e6f26a581b94254206a1ce6e3de10e5fed0dc8;p=thirdparty%2Fautomake.git 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 --- 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