-rw-r--r-- | tests/tests.lua | 2 |
diff --git a/tests/tests.lua b/tests/tests.lua index 5037ef9c..06fee706 100644 --- a/tests/tests.lua +++ b/tests/tests.lua @@ -283,7 +283,7 @@ local function runtests(options,t) end else -- if none are given, run tests for all categories - for cat,fun in keysortedpairs(mytests) do + for cat in keysortedpairs(mytests) do testcategory(cat,options) end end |