3
0
Fork 0
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:
Krystine Sherwin 2025-07-08 15:47:34 +12:00
parent 4adf5e5259
commit aa2d3ed025
No known key found for this signature in database
4 changed files with 23 additions and 6 deletions

View file

@ -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")