summaryrefslogtreecommitdiff
path: root/tests/actions/test/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-07 14:08:10 +0800
committerruki <[email protected]>2023-10-07 14:08:10 +0800
commitf116670bc4f6fc620134e6489391b3e8bd87d3e4 (patch)
treeb121dd4fe6221b6bfea703e2badafa28398eb60b /tests/actions/test/xmake.lua
parentcfa128fdc1f18909396f9ae9845e0d9f71377b32 (diff)
improve verbose output
Diffstat (limited to 'tests/actions/test/xmake.lua')
-rw-r--r--tests/actions/test/xmake.lua2
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