From cbbe73cf003569ffef57578e2cdfc2edb99b0ab1 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 25 Jun 2025 23:22:25 +0800 Subject: add logs --- tests/actions/install/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/actions/install/test.lua b/tests/actions/install/test.lua index 4edc90275..1c84b9f4c 100644 --- a/tests/actions/install/test.lua +++ b/tests/actions/install/test.lua @@ -1,6 +1,6 @@ function main(t) if is_host("windows", "linux", "macosx") and os.arch():startswith("x") then - os.vrun("xmake -y") + os.vrun("xmake -y -vD") os.vrun("xmake run app") os.vrun("xmake install -o build/usr") if not is_host("linux") then -- TODO, change rpath has been not supported yet on linux. -- cgit v1.3.1