Commit a417a54
committed
scripts/ci/test_ids/test_id_checking_lib.py: follow test ID convention
In regex we have allowed for an arbitraty characters in the end.
In the documentation [1] (and in practice), we are more strict about that.
This was the cause of false-positive check:
4e1bfa8, and further issues with
syncing to DB.
[1] https://github.com/Dasharo/open-source-firmware-validation/blob/develop/docs/adding-and-naming-test-cases.md
Signed-off-by: Maciej Pijanowski <[email protected]>1 parent 4e1bfa8 commit a417a54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments