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:
parent
4d4e342a4e
commit
b121830b44
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ def readResultFile():
|
||||||
repdata.append(delimiter)
|
repdata.append(delimiter)
|
||||||
if field == "arch":
|
if field == "arch":
|
||||||
value = s[s.find(":") + 2:]
|
value = s[s.find(":") + 2:]
|
||||||
|
repdata.append(value)
|
||||||
if field == "feat_level":
|
if field == "feat_level":
|
||||||
value = s[s.find(":") + 2:]
|
value = s[s.find(":") + 2:]
|
||||||
repdata.append(value)
|
repdata.append(value)
|
||||||
|
|
Loading…
Reference in a new issue