xfstestsdb list #10

Closed
opened 2023-01-31 10:29:43 -05:00 by anna · 0 comments
Owner

This command prints out a list of xfstests runs that have been added to the database. This command will check if it is running in interactive mode and use this to decide if the output should be printed in color. This can be overridden by passing either "yes" or "no" to the --color= option.

The --name= option is used to specify runs that have a given name.

Invocation

$ xfstestsdb list [--name <name>] [--tag <tag>] [--color={yes|no}]

Options

Options Choices Description
--name= Print runs that have a matching name
--tag= Print runs that have a matching tag
--color= yes, no The color output choice

Exit

Exit Code Description
0 The results have been successfully printed out
ENOENT The requested name was not found in the database
This command prints out a list of xfstests runs that have been added to the database. This command will check if it is running in interactive mode and use this to decide if the output should be printed in color. This can be overridden by passing either "yes" or "no" to the `--color=` option. The `--name=` option is used to specify runs that have a given name. #### Invocation ``` $ xfstestsdb list [--name <name>] [--tag <tag>] [--color={yes|no}] ``` #### Options | Options | Choices | Description | | ---------- | ------- | ------------------------------------ | | `--name=` | | Print runs that have a matching name | | `--tag=` | | Print runs that have a matching tag | | `--color=` | yes, no | The color output choice | #### Exit | Exit Code | Description | | --------- | ------------------------------------------------ | | `0` | The results have been successfully printed out | | `ENOENT` | The requested name was not found in the database |
anna added this to the 1.0 milestone 2023-01-31 10:29:43 -05:00
anna added the
enhancement
label 2023-01-31 10:29:43 -05:00
anna added this to the 1.0 Roadmap project 2023-01-31 10:29:43 -05:00
anna closed this issue 2023-02-13 11:23:58 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/xfstestsdb#10
No description provided.