diff options
Diffstat (limited to 'testes')
-rw-r--r-- | testes/all.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testes/all.lua b/testes/all.lua index 3c1ff5c7..4ffa9efe 100644 --- a/testes/all.lua +++ b/testes/all.lua | |||
@@ -28,10 +28,9 @@ _nomsg = rawget(_G, "_nomsg") or false | |||
28 | local usertests = rawget(_G, "_U") | 28 | local usertests = rawget(_G, "_U") |
29 | 29 | ||
30 | if usertests then | 30 | if usertests then |
31 | -- tests for sissies ;) Avoid problems | 31 | _soft = true -- avoid tests that take too long |
32 | _soft = true | 32 | _port = true -- avoid non-portable tests |
33 | _port = true | 33 | _nomsg = true -- avoid messages about tests not performed |
34 | _nomsg = true | ||
35 | end | 34 | end |
36 | 35 | ||
37 | -- tests should require debug when needed | 36 | -- tests should require debug when needed |