From 3b725a5ad461e3085a475ee820ca9da01adeb363 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Nov 2023 22:40:46 +0800 Subject: improve batchcmds for runself --- tests/plugins/pack/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/plugins') diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua index 3000c9f28..5f4be60a3 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -40,6 +40,7 @@ xpack("test") after_installcmd(function (package, batchcmds) if package:from_source() then + batchcmds:runv("echo", {"hello"}) else batchcmds:mkdir(package:installdir("resources")) batchcmds:cp("src/assets/*.txt", package:installdir("resources"), {rootdir = "src"}) -- cgit v1.3.1