4 xfstestsdb untag
Anna edited this page 2023-02-07 14:15:36 -05:00

The xfstestsdb untag removes an entry from the tags database table.

Invocation

$ xfstestsdb untag <runid> <tag>

Arguments

Argument Description
<runid> The runid to remove the tag from
<tag> The tag to remove from the run

Exit

Exit Code Description
0 The requested tag was removed
ENOENT The requested run does not exist

Examples

$ xfstestsdb untag 3 mytag
tag 'mytag' has been removed from run #3