summaryrefslogtreecommitdiff
path: root/tests/actions/package/localpkg/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-24 22:59:57 +0800
committerruki <[email protected]>2025-11-24 22:59:57 +0800
commitc2bbd0dd3b705de1906ba313e82a4ebf02242015 (patch)
treeaa8bc3e0ba5bb4481a231287465c153dc3785fd8 /tests/actions/package/localpkg/test.lua
parent6effc61ddb1760190daae118dbe5b8534157ef19 (diff)
disable some tests on solaris
Diffstat (limited to 'tests/actions/package/localpkg/test.lua')
-rw-r--r--tests/actions/package/localpkg/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/package/localpkg/test.lua b/tests/actions/package/localpkg/test.lua
index a1f03b215..b3b3106ff 100644
--- a/tests/actions/package/localpkg/test.lua
+++ b/tests/actions/package/localpkg/test.lua
@@ -1,5 +1,5 @@
function main(t)
- if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd") then
+ if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd", "solaris") then
os.cd("libfoo")
os.exec("xmake package -D -o ../bar/build")
os.cd("../bar")