Skip to content
Snippets Groups Projects
Commit ba895cf4 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Fix for when doing a test without claims

The cycle counter needs a reset
parent 0e83b178
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,7 @@ def stop_event(evt):
"""
# gdb.events.stop.disconnect(stop_event)
outputdata.append([file_name, task_name, cyccnt, 0, "Finish"])
gdb_cyccnt_reset()
if file_index_current < len(file_list) - 1:
gather_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment