3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-09-05 02:57:45 +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

@ -3,7 +3,7 @@ set -e
python3 $SBY_MAIN -f $SBY_FILE $TASK
STATUS_CSV=${WORKDIR}/status.csv
python3 $SBY_MAIN -f $SBY_FILE $TASK --statuscsv | tee $STATUS_CSV
python3 $SBY_MAIN -f $SBY_FILE $TASK --statuscsv --latest | tee $STATUS_CSV
if [[ $TASK =~ "_cover" ]]; then
wc -l $STATUS_CSV | grep -q '6'