diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-19 17:03:12 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-19 17:03:27 +0200 |
commit | c3d38a178089754cd0033c4eb296600587d9be7e (patch) | |
tree | ac547c0103fd8ae6f95cd6e7be09288bc2893da7 | |
parent | 1ad6062e47c9610a68bbe737e4557d4dd1b5d1f7 (diff) |
Filter ./elements/xtesting/install.d/ in perm
Change-Id: I8a95648088f7741ba3a87d647955b4cd8146f70c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \) \ |