xfstestsdb xunit delete #5

Closed
opened 2023-01-30 15:59:45 -05:00 by anna · 0 comments
Owner

Deletes an xunit entry from the database. The command will operate on the most recent run by default, but this can be overridden by using the --run option.

Invocation

$ xfstestsdb xunit delete [--run <runid>] <name>

Options

Options Description
--run <runid> The runid returned by xfstestsdb new

Arguments

Argument Description
<name> The name of the xunit entry to delete

Exit

Exit Code Description
0 The xunit entry was successfully deleted
ENOENT The requested run or name was not found in the database
Deletes an xunit entry from the database. The command will operate on the most recent run by default, but this can be overridden by using the `--run` option. #### Invocation ``` $ xfstestsdb xunit delete [--run <runid>] <name> ``` #### Options | Options | Description | | --------------- | ---------------------------------------- | | `--run <runid>` | The runid returned by `xfstestsdb new` | #### Arguments | Argument | Description | | -------- | ------------------------------------- | | `<name>` | The name of the xunit entry to delete | #### Exit | Exit Code | Description | | --------- | ------------------------------------------------------- | | `0` | The xunit entry was successfully deleted | | `ENOENT` | The requested run or name was not found in the database |
anna added the
enhancement
label 2023-01-30 16:22:40 -05:00
anna added this to the 1.0 milestone 2023-01-30 16:22:43 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 16:22:45 -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#5
No description provided.