]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: more .NOTPARALLEL tests.
authorKarl Berry <karl@freefriends.org>
Mon, 7 Dec 2020 23:53:01 +0000 (15:53 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 7 Dec 2020 23:53:01 +0000 (15:53 -0800)
commit95da1185edb9bdf1d7bbc2cd2200ab29dabb3a33
tree4d6407557773583801e3d4ed0ed8ff13083e07e8
parent46420770f96f77b0ca0be8a90919ba2378415481
tests: more .NOTPARALLEL tests.

* contrib/t/multilib.sh: use .NOTPARALLEL to avoid unreproducible
(and undebuggable, by me) test failures when running
  make -j$njobs AM_TESTSUITE_MAKE="make -j$njobs"
for some arbitrary but rather large value of $njobs.
The failures don't occur with just make -j; have to run the makes
inside the tests in parallel also.
* t/java-compile-install.sh: likewise.
* t/java-compile-run-flat.sh: likewise.
* t/java-uninstall.sh: likewise.
* t/vala-headers.sh: likewise.
contrib/t/multilib.sh
t/java-compile-install.sh
t/java-compile-run-flat.sh
t/java-uninstall.sh
t/vala-headers.sh