diff options
| author | Arthur LAURENT <[email protected]> | 2024-07-24 02:42:17 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-07-24 02:42:17 +0200 |
| commit | 14f95cbe61ff9c652810913f54e06bcd49465e58 (patch) | |
| tree | 696bdf48294bb19fddd0cd78061679d45bf97a73 /tests/projects/c++/modules/culling/test.lua | |
| parent | 61a90f5cd7c5e9882378127f88c809a890f1a8d8 (diff) | |
improve culling tests
Diffstat (limited to 'tests/projects/c++/modules/culling/test.lua')
| -rw-r--r-- | tests/projects/c++/modules/culling/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/culling/test.lua b/tests/projects/c++/modules/culling/test.lua index 91c19553c..bc72c4add 100644 --- a/tests/projects/c++/modules/culling/test.lua +++ b/tests/projects/c++/modules/culling/test.lua @@ -7,7 +7,7 @@ function _build() if ci_is_running() then outdata = os.iorun("xmake -rvD") else - outdata = os.iorun("xmake -r") + outdata = os.iorun("xmake -rv") end if outdata then if outdata:find("culled") then |
