You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On GitHub Actions, spread is always run with a single job so we always want to see output of that job
Actual behavior
It is not possible to pass -vv to spread when using charmcraft test
To Reproduce
charmcraft test 'github-ci:ubuntu-latest:tests/spread/test' -vv
charmcraft test -- 'github-ci:ubuntu-latest:tests/spread/test' -vv
charmcraft test 'github-ci:ubuntu-latest:tests/spread/test' -- -vv
Environment
Ubuntu 24.04 github runner
charmcraft.yaml
N/A
Relevant log output
N/A
The text was updated successfully, but these errors were encountered:
Bug Description
Expected behavior
When running
charmcraft test
, it is possible to pass-vv
to spread to always see outputfrom https://github.com/canonical/spread?tab=readme-ov-file#hello-world
On GitHub Actions, spread is always run with a single job so we always want to see output of that job
Actual behavior
It is not possible to pass
-vv
to spread when usingcharmcraft test
To Reproduce
Environment
Ubuntu 24.04 github runner
charmcraft.yaml
N/A
Relevant log output
The text was updated successfully, but these errors were encountered: