xfstestsdb testcase show #13

Closed
opened 2023-01-31 11:38:31 -05:00 by anna · 0 comments
Owner

This command prints out detailed information for a specific xfstests testcase. By default, 20 lines of output will be printed for system-out and system-err messages. The --maxlines= option can be used to change this value. Passing a number <= 0 will display all lines.

Invocation

$ xfstestsdb testcase show [--color={light|dark|none}] [--maxlines=<n>] runid <xunit> <testcase>

Arguments

Argument Description
<runid> The runid of the testcase to show
<xunit> The xunit of the testcase to show
<testcase> The name of the testcase to show

Options

Options Choices Default Description
--color[=] light, dark, none dark The color output choice
--maxlines= 20 The number of lines of system output to show

Exit

Exit Code Description
0 The results have been successfully printed out
This command prints out detailed information for a specific xfstests testcase. By default, 20 lines of output will be printed for system-out and system-err messages. The `--maxlines=` option can be used to change this value. Passing a number <= 0 will display all lines. #### Invocation ``` $ xfstestsdb testcase show [--color={light|dark|none}] [--maxlines=<n>] runid <xunit> <testcase> ``` #### Arguments | Argument | Description | | ------------ | --------------------------------- | | `<runid>` | The runid of the testcase to show | | `<xunit>` | The xunit of the testcase to show | | `<testcase>` | The name of the testcase to show | #### Options | Options | Choices | Default | Description | | ------------- | ----------------- | ------- | -------------------------------------------- | | `--color[=]` | light, dark, none | dark | The color output choice | | `--maxlines=` | | 20 | The number of lines of system output to show | #### Exit | Exit Code | Description | | --------- | ----------------------------------------------- | | `0` | The results have been successfully printed out |
anna added the
enhancement
label 2023-01-31 11:38:46 -05:00
anna added this to the 1.0 milestone 2023-01-31 11:38:48 -05:00
anna added this to the 1.0 Roadmap project 2023-01-31 11:38:51 -05:00
anna changed title from `xfstestsdb testcase print` to `xfstestsdb testcase show` 2023-02-10 12:01:43 -05:00
anna closed this issue 2023-02-13 11:23:59 -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#13
No description provided.