author | Lesley De Cruz <lesley.decruz+git@gmail.com> | 2012年03月04日 00:46:27 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月04日 21:41:31 +0100 |
commit | 750b1a5619b6fc5bcf4e7af84896a8eaf01589d0 (patch) | |
tree | 1433a491abf52498e6926822af72d18030c8f5dd /tests/tests.lua | |
parent | 9c0c6b43eccbb17963a49b74610badcfac5c7445 (diff) | |
download | gsl-shell-auto-test.tar.gz |
-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 |