summaryrefslogtreecommitdiff
path: root/tests/actions
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-21 22:40:04 +0800
committerruki <[email protected]>2025-10-21 22:40:04 +0800
commit75b151516891d2ef7a56a24fd0938e415d398627 (patch)
tree1111c6a6b203dcbb22380f503661ad0d02ccbcb5 /tests/actions
parent405221a5f79cda33cab7df2694a3ee818d188168 (diff)
add realtime_output for tests #6947tests
Diffstat (limited to 'tests/actions')
-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 67223bc79..d8de81f9a 100644
--- a/tests/actions/test/xmake.lua
+++ b/tests/actions/test/xmake.lua
@@ -41,7 +41,7 @@ target("test_15")
set_kind("binary")
set_default(false)
add_files("src/test_1.cpp")
- add_tests("stub_n", {files = "tests/stub_n*.cpp", defines = "STUB_N"})
+ add_tests("stub_n", {realtime_output = true, files = "tests/stub_n*.cpp", defines = "STUB_N"})
target("test_timeout")
set_kind("binary")