Skip to content

Commit b1705a6

Browse files
committed
...
1 parent 3d120c0 commit b1705a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run.lua

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if option.get("diagnosis") then table.insert(params, "-D") end
1212
function _run_test(script)
1313
assert(script:endswith("test.lua"))
1414
os.execv(os.programfile(), table.join("lua", params, path.join(os.scriptdir(), "runner.lua"), script))
15+
print("_run_test end")
1516
end
1617

1718
-- run test with the given name
@@ -47,6 +48,7 @@ function _run_test_filter(name)
4748
end
4849

4950
for _, v in ipairs(tests) do
51+
print("_run_test", v)
5052
_run_test(v)
5153
end
5254
cprint("> %d test(s) succeed", #tests)

0 commit comments

Comments
 (0)