tweaks for hardware tests

This commit is contained in:
ell
2023-12-05 10:26:24 +00:00
parent 2875a96e92
commit 6a2ba9322e
13 changed files with 319 additions and 336 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ TestMethod = {
local failure = ''
local failures = 0
for a=1,#self.asserts do
-- @TODO show all failued assertion methods?
-- @TODO show all failed assertion methods?
-- currently just shows the first assert that failed
if not self.asserts[a].passed and not self.skipped then
if failure == '' then failure = self.asserts[a] end