Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to enable spread verbose with charmcraft test #2105

Open
carlcsaposs-canonical opened this issue Jan 22, 2025 · 0 comments
Open

Unable to enable spread verbose with charmcraft test #2105

carlcsaposs-canonical opened this issue Jan 22, 2025 · 0 comments
Labels
Bug Something isn't working

Comments

@carlcsaposs-canonical
Copy link
Contributor

carlcsaposs-canonical commented Jan 22, 2025

Bug Description

Expected behavior

When running charmcraft test, it is possible to pass -vv to spread to always see output

you'll see the output locally since the task failed (-vv to see the output nevertheless).

from 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 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
@carlcsaposs-canonical carlcsaposs-canonical added the Bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant