Print how far through the Iter_Test we are at each step

This commit is contained in:
baldurk
2019-04-24 13:48:48 +01:00
parent 93d23ebac5
commit 72880a8f07
+2 -1
View File
@@ -193,9 +193,10 @@ class Iter_Test(rdtest.TestCase):
choice_max += actions[action]['chance']
draw = self.get_first_draw()
last_draw = self.get_last_draw()
while draw:
rdtest.log.print("{} - {}".format(draw.eventId, draw.name))
rdtest.log.print("{}/{} - {}".format(draw.eventId, last_draw.eventId, draw.name))
self.controller.SetFrameEvent(draw.eventId, False)