Fixed last testsuit disregarding
This commit is contained in:
parent
399c20a928
commit
0334cf11cc
@ -81,6 +81,9 @@ if __name__ == "__main__":
|
|||||||
if case.get('status') == 'failed':
|
if case.get('status') == 'failed':
|
||||||
has_failed = True
|
has_failed = True
|
||||||
|
|
||||||
|
testsuits.append({'name': prevGroupName, 'time': suit_time, \
|
||||||
|
'failed': has_failed})
|
||||||
|
|
||||||
tbl = table()
|
tbl = table()
|
||||||
|
|
||||||
# header
|
# header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user