Skip to content

Fix inconsistent Test subcommand description#285

Merged
rdeago merged 1 commit into
Tenacom:mainfrom
rdeago:fix/283-inconsistent-description
May 28, 2026
Merged

Fix inconsistent Test subcommand description#285
rdeago merged 1 commit into
Tenacom:mainfrom
rdeago:fix/283-inconsistent-description

Conversation

@rdeago
Copy link
Copy Markdown
Member

@rdeago rdeago commented May 28, 2026

Proposed changes

The description for the test subcommand in bv's help did not mention all the build pipeline steps it executes, like the descriptions for all other build pipeline subcommands.

It now states "Clean, restore, build all projects, and run tests." which is consistent with other build pipeline subcommands.

Closes #283.

@rdeago rdeago added the bug [issue/PR] reports / solves a bug. label May 28, 2026
@github-actions github-actions Bot added the area:code [issue/PR] affects project code (excluding tests). label May 28, 2026
@rdeago rdeago self-assigned this May 28, 2026
@rdeago rdeago merged commit 8d3f2a1 into Tenacom:main May 28, 2026
6 checks passed
@rdeago rdeago deleted the fix/283-inconsistent-description branch May 28, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:code [issue/PR] affects project code (excluding tests). bug [issue/PR] reports / solves a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bv test command description undersells what it does

1 participant