summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {}