diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-16 11:51:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-16 11:51:16 -0300 |
commit | 2d8d5c74b5ef3d333314feede0165df7c3d13811 (patch) | |
tree | 320305677dc890ec28cc6720810967f07a20d358 /testes | |
parent | 3cdd49c94a8feed94853ba3a6adaa556fb34fd8d (diff) | |
download | lua-2d8d5c74b5ef3d333314feede0165df7c3d13811.tar.gz lua-2d8d5c74b5ef3d333314feede0165df7c3d13811.tar.bz2 lua-2d8d5c74b5ef3d333314feede0165df7c3d13811.zip |
Details
New year (2024->2025), typos in comments
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 |