Commit 0334cf11 authored by Anna Kogan's avatar Anna Kogan

Fixed last testsuit disregarding

parent 399c20a9
......@@ -81,6 +81,9 @@ if __name__ == "__main__":
if case.get('status') == 'failed':
has_failed = True
testsuits.append({'name': prevGroupName, 'time': suit_time, \
'failed': has_failed})
tbl = table()
# header
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment