[latex3-commits] [git/l3build] master: Sort table of tests (see #46) (a628383)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jan 9 23:43:35 CET 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/a6283836b11bc39ea2e0b6549facbfd74c263b2a
>---------------------------------------------------------------
commit a6283836b11bc39ea2e0b6549facbfd74c263b2a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jan 9 22:43:35 2018 +0000
Sort table of tests (see #46)
Probably need to add randomization too.
>---------------------------------------------------------------
a6283836b11bc39ea2e0b6549facbfd74c263b2a
l3build-check.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/l3build-check.lua b/l3build-check.lua
index 0c94ff2..67c9bab 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -35,6 +35,8 @@ local gmatch = string.gmatch
local gsub = string.gsub
local match = string.match
+local sort = table.sort
+
local utf8_char = unicode.utf8.char
local exit = os.exit
@@ -724,6 +726,7 @@ function check(names)
end
end
end
+ sort(names)
-- Actually run the tests
print("Running checks on")
local i = 0
More information about the latex3-commits
mailing list