aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/all.lua7
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
28local usertests = rawget(_G, "_U") 28local usertests = rawget(_G, "_U")
29 29
30if usertests then 30if 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
35end 34end
36 35
37-- tests should require debug when needed 36-- tests should require debug when needed