diff options
| author | ruki <[email protected]> | 2025-11-11 00:56:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-11 00:56:50 +0800 |
| commit | 8c950ef40c111675f8d0983ccd777b6bb07ddc1d (patch) | |
| tree | 86d3ab053c44fe7e06e85fcf4e20c8c53551b2a0 | |
| parent | 72f441c0a6f0ac864e7b4b0c06e8523434e4b599 (diff) | |
test packagekey
| -rw-r--r-- | tests/projects/package/rootconfigs/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/package/rootconfigs/test.lua b/tests/projects/package/rootconfigs/test.lua index a6690754b..7d190f074 100644 --- a/tests/projects/package/rootconfigs/test.lua +++ b/tests/projects/package/rootconfigs/test.lua @@ -7,4 +7,7 @@ function main(t) if os.subarch():startswith("x") or os.subarch() == "i386" then t:build() end + + -- test packagekey + os.execv(os.programfile(), {"lua", "-vD", "utils.ci.packageskey"}) end |
