diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-19 14:50:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-10-23 16:09:10 +0200 |
commit | b171a93119d0900b9ae7e4985b7bf10388f38f83 (patch) | |
tree | 958897526cb2ad05dc95a267ed22283a21accdf0 /tox.ini | |
parent | 27ba9296ace3b8c8307223ff3ce0aa2d5da33812 (diff) |
Publish Functest Virtual Machines
Change-Id: I0c0b40df0fe1d72be07b950320f0e759156dd3b1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 76be4ab4dae0348baff605dbc0e5dc12cbd4f92f)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \) \ |