Skip to content

Commit

Permalink
fix: set the correct permissions for cos-tool in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jan 16, 2025
1 parent db76a8b commit 742b41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742b41c

Please # to comment.