summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-08-12 22:41:58 +0800
committerGitHub <[email protected]>2024-08-12 22:41:58 +0800
commit90846dd50abc804a82787e24a079eb15eac12908 (patch)
treeef828878e0f463d6639d98ced7edb67e8defbf51
parent1288ac7075a8589df677880d1befe3ebc83856a1 (diff)
Update main.lua
-rw-r--r--xmake/actions/test/main.lua2
1 files changed, 1 insertions, 1 deletions
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 = {}