From c3d38a178089754cd0033c4eb296600587d9be7e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 19 Oct 2023 17:03:12 +0200 Subject: Filter ./elements/xtesting/install.d/ in perm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a95648088f7741ba3a87d647955b4cd8146f70c Signed-off-by: Cédric Ollivier --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 03ee01191..3b8258dbf 100644 --- a/tox.ini +++ b/tox.ini @@ -84,8 +84,8 @@ commands = [testenv:perm] basepython = python3.10 -whitelist_externals = sh -path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*' +allowlist_externals = sh +path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*' -not -path './elements/functest/install.d/*' commands = sh -c "\ find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \ -- cgit 1.2.3-korg