5 xfstestsdb tag
Anna edited this page 2023-02-07 14:15:22 -05:00

The xfstestsdb tag adds an entry to the tags database table for the specified runid.

Invocation

$ xfstestsdb tag <runid> <tag>

Arguments

Argument Description
<runid> The runid returned by xfstestsdb new
<tag> The tag to add to the run

Exit

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

Examples

$ xfstestsdb tag mytag
tag 'mytag' added to run #42
$ xfstestsdb tag --run 42 notag
error: run #42 does not exist