From ceb4a08f1638492957db7ffdc97a43b7ec55ce64 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 28 Dec 2023 14:22:16 +0800 Subject: Update test.lua --- tests/actions/test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/actions/test/test.lua b/tests/actions/test/test.lua index 3913c3d95..45ce0b914 100644 --- a/tests/actions/test/test.lua +++ b/tests/actions/test/test.lua @@ -1,4 +1,4 @@ function main(t) - os.exec("xmake test -vD") + os.exec("xmake test") end -- cgit v1.3.1