Skip to content

Commit

Permalink
Tests: fix missing 'arch' field during test creation
Browse files Browse the repository at this point in the history
Mistake done in 3b8b7df.
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Aug 29, 2024
1 parent 4d4e342 commit b121830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/create_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b121830

Please sign in to comment.