1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +00:00

Tests: fix missing 'arch' field during test creation

Mistake done in 3b8b7dfaf8.
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-08-29 16:44:32 +02:00
parent 4d4e342a4e
commit b121830b44
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -58,6 +58,7 @@ def readResultFile():
repdata.append(delimiter)
if field == "arch":
value = s[s.find(":") + 2:]
repdata.append(value)
if field == "feat_level":
value = s[s.find(":") + 2:]
repdata.append(value)