]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Skip all Autotest parallelism tests if using Guix’s bash.
authorZack Weinberg <zackw@panix.com>
Sun, 12 Mar 2023 23:08:03 +0000 (19:08 -0400)
committerZack Weinberg <zackw@panix.com>
Sun, 12 Mar 2023 23:08:03 +0000 (19:08 -0400)
commitd4566c84a172f3f9638f7928491fe1be14dca4f7
tree08468ba5712dd52c546cfb64605183db007bbc40
parente0681c50ac3cd2a3cad2395e2691868a3dea1b12
Skip all Autotest parallelism tests if using Guix’s bash.

It is not clear to me why, but the “parallel autotest and signal
handling” test malfunctions if the active shell is Guix bash.  I don’t
think it’s worth investigating in detail, considering I intend to
reimplement parallel autotest using the same technique that Automake’s
parallel test driver uses, i.e. make -j, which should eliminate this
entire class of problems.
tests/autotest.at