diff options
| author | ruki <[email protected]> | 2025-06-25 23:22:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-06-25 23:22:25 +0800 |
| commit | cbbe73cf003569ffef57578e2cdfc2edb99b0ab1 (patch) | |
| tree | 60deae7254f2fbbb019684f8c4be63b9917a8884 | |
| parent | c26c2765851543a8b23a148868610747d4a84342 (diff) | |
add logs
| -rw-r--r-- | tests/actions/install/test.lua | 2 |
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. |
