diff options
| author | ruki <[email protected]> | 2023-12-28 14:22:16 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-28 14:22:16 +0800 |
| commit | ceb4a08f1638492957db7ffdc97a43b7ec55ce64 (patch) | |
| tree | 3da6a270b867fa5f71c69a94c50a7abe0be74bfa | |
| parent | 22770be939cf1165cb41ca9119d55b07369b7405 (diff) | |
Update test.lua
| -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 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 |
