Skip to content

Commit 1ad95e2

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/tests

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

760760
if resultss is None:
761761
self.check_fail()
762+
return
763+
764+
if len(self.failed) > 0:
765+
self.check_fail()
762766

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

0 commit comments

Comments
 (0)