From b171a93119d0900b9ae7e4985b7bf10388f38f83 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 19 Oct 2023 14:50:14 +0200 Subject: Publish Functest Virtual Machines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0c0b40df0fe1d72be07b950320f0e759156dd3b1 Signed-off-by: Cédric Ollivier (cherry picked from commit 76be4ab4dae0348baff605dbc0e5dc12cbd4f92f) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cb25b325b..80263f3a5 100644 --- a/tox.ini +++ b/tox.ini @@ -85,7 +85,7 @@ commands = [testenv:perm] basepython = python3.10 whitelist_externals = sh -path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*' +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