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

Update the docs making '--name=' necessary #138

Merged
merged 1 commit into from
Mar 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions stories/cli/run.fmf
Original file line number Diff line number Diff line change
@@ -94,17 +94,17 @@ story: 'As a user I want to execute tests easily'
/plan:
story: 'Select plans for execution'
example:
- tmt run plan NAME
- tmt run plan --name=NAME
- tmt run plan --filter=FILTER
- tmt run plan --grep=REGEXP
/test:
story: 'Select tests for execution'
# TODO: Should this be rather covered by the discover step?
example:
- tmt run test NAME
- tmt run test --name=NAME
- tmt run test --filter=FILTER
- tmt run test --grep=REGEXP
- tmt run plan NAME2 test NAME1
- tmt run plan --name=NAME2 test --name=NAME1

/keep:
story: Store test step status, keep machines running