mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
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':
|
||||
has_failed = True
|
||||
|
||||
testsuits.append({'name': prevGroupName, 'time': suit_time, \
|
||||
'failed': has_failed})
|
||||
|
||||
tbl = table()
|
||||
|
||||
# header
|
||||
|
Loading…
Reference in New Issue
Block a user