summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-28 14:22:16 +0800
committerGitHub <[email protected]>2023-12-28 14:22:16 +0800
commitceb4a08f1638492957db7ffdc97a43b7ec55ce64 (patch)
tree3da6a270b867fa5f71c69a94c50a7abe0be74bfa
parent22770be939cf1165cb41ca9119d55b07369b7405 (diff)
Update test.lua
-rw-r--r--tests/actions/test/test.lua2
1 files changed, 1 insertions, 1 deletions
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