diff --git a/tox.ini b/tox.ini index 014e6423..bd245ebe 100644 --- a/tox.ini +++ b/tox.ini @@ -75,6 +75,7 @@ deps = commands = /usr/bin/env sh -c 'stat sqlite-static > /dev/null 2>&1 || curl -L https://github.com/CompuRoot/static-sqlite3/releases/latest/download/sqlite3 -o sqlite-static && chmod +x sqlite-static' /usr/bin/env sh -c 'stat cos-tool-amd64 > /dev/null 2>&1 || curl -L -O https://github.com/canonical/cos-tool/releases/latest/download/cos-tool-amd64' + /usr/bin/env sh -c 'chmod 775 cos-tool-amd64' coverage run \ --source={[vars]src_path},{[vars]lib_path} \ -m pytest -v --tb native -s {posargs} {[vars]tst_path}/unit