diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 93aed9c0909..c1bb156dd3c 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -445,7 +445,7 @@ function main() task.run("config", {}, {disable_dump = true}) -- get tests - local tests = get_tests_table() + local tests = get_tests() local test_patterns = option.get("tests") if test_patterns then local tests_new = {}