From 90846dd50abc804a82787e24a079eb15eac12908 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 12 Aug 2024 22:41:58 +0800 Subject: Update main.lua --- xmake/actions/test/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 93aed9c09..c1bb156dd 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 = {} -- cgit v1.3.1