diff options
| author | ruki <[email protected]> | 2023-10-07 14:08:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-07 14:08:10 +0800 |
| commit | f116670bc4f6fc620134e6489391b3e8bd87d3e4 (patch) | |
| tree | b121dd4fe6221b6bfea703e2badafa28398eb60b /tests/actions/test/xmake.lua | |
| parent | cfa128fdc1f18909396f9ae9845e0d9f71377b32 (diff) | |
improve verbose output
Diffstat (limited to 'tests/actions/test/xmake.lua')
| -rw-r--r-- | tests/actions/test/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/test/xmake.lua b/tests/actions/test/xmake.lua index 8f4467293..086734631 100644 --- a/tests/actions/test/xmake.lua +++ b/tests/actions/test/xmake.lua @@ -8,7 +8,7 @@ for _, file in ipairs(os.files("src/test_*.cpp")) do add_files("src/" .. name .. ".cpp") add_tests("default") add_tests("args", {runargs = {"foo", "bar"}}) - add_tests("pass_output", {runargs = "foo", pass_outputs = "hello foo"}) + add_tests("pass_output", {trim_output = true, runargs = "foo", pass_outputs = "hello foo"}) add_tests("fail_output", {fail_outputs = {"hello2 .*", "hello xmake"}}) end |
