← Back to issue list

Unable to enable spread verbose with `charmcraft test`

View original Github issue

Metadata

Project
charmcraft
Number
#2105
Type
issue
State
open
Author
carlcsaposs-canonical
Labels
Created
2025-01-22 11:39:42+00:00
Updated
2025-08-15 15:17:59+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### 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 ```yaml N/A ``` ### Relevant log output ```shell N/A ```

Evaluation history

No evaluation history available.