summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@lfos.de>2020-01-29 18:12:29 -0800
committerKarl Berry <karl@freefriends.org>2020-01-29 18:12:29 -0800
commit6207236f9bf29dc84b892e482439591b5cf9603b (patch)
tree5f95aaa9b8497daaf67840f12da78b79effc8bd2 /t
parentb279a0d46dfeca1ca40057c3c910ab1657d60be5 (diff)
downloadautomake-6207236f9bf29dc84b892e482439591b5cf9603b.tar.gz
python: properly uninstall __pycache__ in subdirectories
This change finishes fixing automake bug#32088: https://debbugs.gnu.org/32088 * lib/am/python.am (uninstall-%DIR%PYTHON): Uninstall byte-compiled files in a '__pycache__' subdirectory from sub/__pycache__/, not __pycache__/sub/. (am__pep3147_tweak): prefix __pycache__ here, for both .pyc and .pyo. https://lists.gnu.org/archive/html/automake-patches/2018-05/msg00000.html * t/instmany-python.sh (limit): increase to 4500, following Andreas Huettel, https://debbugs.gnu.org/32088#11.
Diffstat (limited to 't')
-rw-r--r--t/instmany-python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instmany-python.sh b/t/instmany-python.sh
index f1f82d990..dce3594b5 100644
--- a/t/instmany-python.sh
+++ b/t/instmany-python.sh
@@ -21,7 +21,7 @@
required='python'
. test-init.sh
-limit=2500
+limit=4500
subdir=long_subdir_name_with_many_characters
nfiles=81
list=$(seq_ 1 $nfiles)