diff options
| author | ruki <[email protected]> | 2025-11-24 22:59:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-24 22:59:57 +0800 |
| commit | c2bbd0dd3b705de1906ba313e82a4ebf02242015 (patch) | |
| tree | aa8bc3e0ba5bb4481a231287465c153dc3785fd8 /tests/apis | |
| parent | 6effc61ddb1760190daae118dbe5b8534157ef19 (diff) | |
disable some tests on solaris
Diffstat (limited to 'tests/apis')
| -rw-r--r-- | tests/apis/namespace/package/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/namespace/package/test.lua b/tests/apis/namespace/package/test.lua index 38d054b75..7b7dabeff 100644 --- a/tests/apis/namespace/package/test.lua +++ b/tests/apis/namespace/package/test.lua @@ -1,5 +1,5 @@ function main() - if is_host("bsd") then + if is_host("bsd", "solaris") then return end os.exec("xmake -vD -y") |
