summaryrefslogtreecommitdiff
path: root/tests/actions/test/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-09 22:34:45 +0800
committerruki <[email protected]>2023-10-09 22:34:45 +0800
commit942b0c58ab326b389ecb45c472d42600440f293e (patch)
treeb2376b991927397f0df9744d1d9bb50a9bfbce53 /tests/actions/test/xmake.lua
parent6cf470f20d8e6511e1c9dd50ce3ef4bebf8bee89 (diff)
signal fail for test #4265
Diffstat (limited to 'tests/actions/test/xmake.lua')
-rw-r--r--tests/actions/test/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/actions/test/xmake.lua b/tests/actions/test/xmake.lua
index 086734631..5369ee0a4 100644
--- a/tests/actions/test/xmake.lua
+++ b/tests/actions/test/xmake.lua
@@ -1,4 +1,5 @@
add_rules("mode.debug", "mode.release")
+set_policy("test.return_zero_on_failure", true)
for _, file in ipairs(os.files("src/test_*.cpp")) do
local name = path.basename(file)