]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: in python tests, do not require .pyo files (for python3)
authorLukas Fleischer <lfleischer@lfos.de>
Wed, 29 Jan 2020 02:32:20 +0000 (18:32 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 30 Jan 2020 01:58:51 +0000 (17:58 -0800)
commitb279a0d46dfeca1ca40057c3c910ab1657d60be5
tree9928d56f4873d5401621e53a9658055c54e85c72
parent8e05f006415d1811785ab5dab1ea4ae5a44c184e
tests: in python tests, do not require .pyo files (for python3)

This change partially fixes automake bug#32088:
https://debbugs.gnu.org/32088

* t/py-compile-basedir.sh: Remove all .pyo checks.
Also, in this test only, allow for either 4 or 6 files resulting
from compilation, as new-enough Python3 results in 6
(per Andreas Huettel, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32088#17)
* t/py-compile-basic.sh: Remove all .pyo checks.
* t/py-compile-destdir.sh: Likewise.
* t/py-compile-option-terminate.sh: Likewise.
* t/python-virtualenv.sh: Likewise.
* t/python10.sh: Likewise.
* t/python12.sh: Likewise.
* t/python3.sh: Likewise.
t/py-compile-basedir.sh
t/py-compile-basic.sh
t/py-compile-destdir.sh
t/py-compile-option-terminate.sh
t/python-virtualenv.sh
t/python10.sh
t/python12.sh
t/python3.sh