]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
test: skip test py-compile-usage instead of failing without python.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 21 May 2025 16:37:00 +0000 (09:37 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 21 May 2025 16:37:00 +0000 (09:37 -0700)
From https://bugs.gnu.org/78525 (automake-patches).

* t/py-compile-usage.sh: Add 'required=python' before sourcing
test-init.sh.

t/py-compile-usage.sh

index 0251a76a82001da3d9a67f95cdbb5126065439ab..32dc441095df3cc0b958cf56f9fdf0d29c04f51d 100644 (file)
@@ -17,6 +17,7 @@
 # Test 'py-compile --help', 'py-compile --version', and that 'py-compile'
 # correctly complains on wrong usage.
 
+required=python
 . test-init.sh
 
 cp "$am_scriptdir/py-compile" . \