Skip to content

Commit dd9798a

Browse files
committed
Adjust test result handling
Signed-off-by: Brendan Moran <brendan.moran@arm.com>
1 parent 848e4e1 commit dd9798a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@ class Tests:
759759

760760
if resultss is None:
761761
self.check_fail()
762+
return
763+
764+
self.check_fail()
762765

763766
# NOTE: There will only be one items in resultss, as we haven't yet decided how to write both opt/no-opt benchmark results
764767
for k, results in resultss.items():

0 commit comments

Comments
 (0)