Details
New year (2024->2025), typos in comments
This commit is contained in:
@@ -28,10 +28,9 @@ _nomsg = rawget(_G, "_nomsg") or false
|
||||
local usertests = rawget(_G, "_U")
|
||||
|
||||
if usertests then
|
||||
-- tests for sissies ;) Avoid problems
|
||||
_soft = true
|
||||
_port = true
|
||||
_nomsg = true
|
||||
_soft = true -- avoid tests that take too long
|
||||
_port = true -- avoid non-portable tests
|
||||
_nomsg = true -- avoid messages about tests not performed
|
||||
end
|
||||
|
||||
-- tests should require debug when needed
|
||||
|
||||
Reference in New Issue
Block a user