fix test.lua

pull/13/head
ruki 6 years ago
parent 019fe17ac4
commit 0f8fc8a0ba
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      scripts/test.lua

@ -27,7 +27,7 @@ function main(...)
end
end
if #packages == 0 then
table.insert(packages, "\"tbox dev\"")
table.insert(packages, "tbox dev")
end
local repodir = os.curdir()
local workdir = path.join(os.tmpdir(), "xmake-repo")

Loading…
Cancel
Save