mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
tweaks for hardware tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user