diff --git a/test/main.lua b/test/main.lua index 203c1d833..34c2412ec 100644 --- a/test/main.lua +++ b/test/main.lua @@ -435,7 +435,7 @@ local function filter_tests(tests, config) if not status[test.full_name] then status[test.full_name] = TestStatus.PENDING elseif status[test.full_name] ~= TestStatus.PENDING then - print(('skipping test: %s: state = %s)'):format( + print(('skipping test: %s: state = %s'):format( test.name, status[test.full_name])) table.remove(tests, i) end