summaryrefslogtreecommitdiff
path: root/tests/actions/install/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/install/test.lua')
-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.