From 83dfe7cafb5e2f6ba15d88babff2eff4e86e42ec Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 19 Oct 2023 14:43:02 +0200 Subject: Build Xtesting virtual machines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia3d82b3b77b3fab3e88405a07cb7151258538b04 Signed-off-by: Cédric Ollivier (cherry picked from commit 62e48435a210489e614602d54c957555a02b7072) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 \) \ -- cgit 1.2.3-korg