summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-28 22:49:49 +0800
committerruki <[email protected]>2023-12-28 22:49:49 +0800
commit22770be939cf1165cb41ca9119d55b07369b7405 (patch)
tree8d7b18fb0e019369b332c3c9ef63847aba8e2990 /tests
parent060626edbf26101044d6ab74f7f1af2fd755dc13 (diff)
update changelog
Diffstat (limited to 'tests')
-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 45ce0b914..3913c3d95 100644
--- a/tests/actions/test/test.lua
+++ b/tests/actions/test/test.lua
@@ -1,4 +1,4 @@
function main(t)
- os.exec("xmake test")
+ os.exec("xmake test -vD")
end