aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-10-19 14:43:02 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-10-23 15:39:06 +0200
commit83dfe7cafb5e2f6ba15d88babff2eff4e86e42ec (patch)
tree5ed34ba9efcb6b7f119a70a15a95b37a0ed36df0 /tox.ini
parent7a16e32f62cfa7b3aa92df8872db84619a9dfd52 (diff)
Build Xtesting virtual machines
Change-Id: Ia3d82b3b77b3fab3e88405a07cb7151258538b04 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 62e48435a210489e614602d54c957555a02b7072)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 875a1437..ff97d564 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,7 +73,7 @@ commands = nosetests --with-coverage --cover-tests \
[testenv:perm]
basepython = python3.9
whitelist_externals = bash
-path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*'
+path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*' -not -path './elements/xtesting/install.d/*'
commands =
bash -c "\
find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \