diff options
| author | ruki <[email protected]> | 2023-10-09 22:34:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-09 22:34:45 +0800 |
| commit | 942b0c58ab326b389ecb45c472d42600440f293e (patch) | |
| tree | b2376b991927397f0df9744d1d9bb50a9bfbce53 /tests/actions/test/xmake.lua | |
| parent | 6cf470f20d8e6511e1c9dd50ce3ef4bebf8bee89 (diff) | |
signal fail for test #4265
Diffstat (limited to 'tests/actions/test/xmake.lua')
| -rw-r--r-- | tests/actions/test/xmake.lua | 1 |
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) |
