# # # patch "testlib.lua" # from [1f265087fe7bf1fd52204e4c518da0f9d34f7a55] # to [e41252a0089b3dc1c2ebbf21be0d14f125a90b20] # ============================================================ --- testlib.lua 1f265087fe7bf1fd52204e4c518da0f9d34f7a55 +++ testlib.lua e41252a0089b3dc1c2ebbf21be0d14f125a90b20 @@ -838,7 +838,7 @@ function run_tests(debugging, list_only, chdir(run_dir); do - local s = prepare_to_enumerate_tests() + local s = prepare_to_enumerate_tests(P) if s ~= 0 then P("Enumeration of tests failed.\n") return s