diff options
| author | ruki <[email protected]> | 2023-12-28 22:49:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-28 22:49:49 +0800 |
| commit | 22770be939cf1165cb41ca9119d55b07369b7405 (patch) | |
| tree | 8d7b18fb0e019369b332c3c9ef63847aba8e2990 /tests | |
| parent | 060626edbf26101044d6ab74f7f1af2fd755dc13 (diff) | |
update changelog
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/actions/test/test.lua | 2 |
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 |
