mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-15 01:15:30 +00:00
Add and use --latest flag for statuses
Should fix CI problem of running tests twice and the verific and non verific properties having different names when testing the statusdb.
This commit is contained in:
parent
4adf5e5259
commit
aa2d3ed025
4 changed files with 23 additions and 6 deletions
|
@ -77,6 +77,8 @@ def parser_func(release_version='unknown SBY version'):
|
|||
help="summarize the contents of the status database")
|
||||
parser.add_argument("--statuscsv", action="store_true", dest="statuscsv",
|
||||
help="print the most recent status for each property in csv format")
|
||||
parser.add_argument("--latest", action="store_true", dest="status_latest",
|
||||
help="only check statuses from the most recent run of a task")
|
||||
parser.add_argument("--statusreset", action="store_true", dest="status_reset",
|
||||
help="reset the contents of the status database")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue