]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix py-compile-basedir.sh: missing "test"
authorJim Meyering <meyering@fb.com>
Tue, 18 Jan 2022 10:00:22 +0000 (02:00 -0800)
committerJim Meyering <meyering@fb.com>
Tue, 18 Jan 2022 10:00:22 +0000 (02:00 -0800)
commitae8fb00111ba0c4922609cd9beb552fb41b66cc6
treef05202d03519977cb224ecc7e07a4f19f4e07e22
parent6c8ff6a8f3c80f86e703a3fc2a0ffb81e87f0957
tests: fix py-compile-basedir.sh: missing "test"

Prompted by a patch from Thomas Deutschmann <whissi@gentoo.org>,
via https://lists.gnu.org/r/automake-patches/2022-01/msg00001.html:
commit v1.16.1-26-gb279a0d46 ("tests: in python tests, do not
require .pyo files (for python3)") was missing a `test` call.
Reported to Gentoo at https://bugs.gentoo.org/715040.
* t/py-compile-basedir.sh: Rather than just adding the missing
"test", rewrite using a case statement, to avoid some duplication.
t/py-compile-basedir.sh