summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-06-25 23:22:25 +0800
committerruki <[email protected]>2025-06-25 23:22:25 +0800
commitcbbe73cf003569ffef57578e2cdfc2edb99b0ab1 (patch)
tree60deae7254f2fbbb019684f8c4be63b9917a8884
parentc26c2765851543a8b23a148868610747d4a84342 (diff)
add logs
-rw-r--r--tests/actions/install/test.lua2
1 files changed, 1 insertions, 1 deletions
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.