summaryrefslogtreecommitdiff
path: root/tests/apis
diff options
context:
space:
mode:
authorruki <[email protected]>2024-02-15 00:44:17 +0800
committerruki <[email protected]>2024-02-15 00:44:17 +0800
commit237cec51d53c8b0fa4372f78d8b2164045352d37 (patch)
treee1c24b792cdee87fa9306f692901561902d6953f /tests/apis
parent65956e89ac52a0ee6d914cba74d1fea8e32c9f58 (diff)
improve to match script
Diffstat (limited to 'tests/apis')
-rw-r--r--tests/apis/xxx_script/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/xxx_script/xmake.lua b/tests/apis/xxx_script/xmake.lua
index 7cc4f0883..5c33fccc7 100644
--- a/tests/apis/xxx_script/xmake.lua
+++ b/tests/apis/xxx_script/xmake.lua
@@ -16,6 +16,6 @@ target("test")
print("after_build")
end)
- after_build("linux|*", function (target)
+ after_build("linux|.*", function (target)
assert(target:is_plat("linux"))
end)