xfstestsdb xunit rename #4

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

Renames an xunit entry in 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 rename [--run <runid>] <old name> <new name>

Options

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

Arguments

Argument Description
<old name> The old name of the xunit entry
<new name> The new name of the xunit entry

Exit

Exit Code Description
0 The xunit entry was successfully renamed
EEXIST The specified label already exists in the database
ENOENT The requested run or name was not found in the database
Renames an xunit entry in 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 rename [--run <runid>] <old name> <new name> ``` #### Options | Options | Description | | --------------- | ---------------------------------------- | | `--run <runid>` | The runid returned by `xfstestsdb new` | #### Arguments | Argument | Description | | ------------ | ------------------------------- | | `<old name>` | The old name of the xunit entry | | `<new name>` | The new name of the xunit entry | #### Exit | Exit Code | Description | | --------- | ------------------------------------------------------- | | `0` | The xunit entry was successfully renamed | | `EEXIST` | The specified label already exists in the database | | `ENOENT` | The requested run or name was not found in the database |
anna added the
enhancement
label 2023-01-30 15:35:29 -05:00
anna added this to the 1.0 milestone 2023-01-30 15:35:32 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 15:35:34 -05:00
anna closed this issue 2023-02-13 11:24:03 -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#4
No description provided.