# # # patch "testlib.lua" # from [8e6c3c361b1589b2c152eb0a7874f0271a6758e5] # to [b4e893dcb6b8ace63b9e994f2f02a47c3c826943] # ============================================================ --- testlib.lua 8e6c3c361b1589b2c152eb0a7874f0271a6758e5 +++ testlib.lua b4e893dcb6b8ace63b9e994f2f02a47c3c826943 @@ -1038,7 +1038,7 @@ function run_tests(debugging, list_only, if wall_seconds > -1 then times = format_seconds(wall_seconds) if cpu_seconds > -1 then - times = times . ", " . format_seconds(cpu_seconds) . " on CPU" + times = times .. ", " .. format_seconds(cpu_seconds) .. " on CPU" end end P(string.format("%s %s %s\n", test_header, what, times))