Compare commits
2 Commits
f6209048f1
...
cfc3f08d53
Author | SHA1 | Date | |
---|---|---|---|
cfc3f08d53
|
|||
1c2f49fcfa
|
@ -100,8 +100,7 @@ return function(opts)
|
|||||||
local root = packager:new({
|
local root = packager:new({
|
||||||
"squibid/dep",
|
"squibid/dep",
|
||||||
url = "https://git.squi.bid/squibid/dep.git",
|
url = "https://git.squi.bid/squibid/dep.git",
|
||||||
branch = "lazy",
|
branch = "lazy"
|
||||||
pin = true
|
|
||||||
})
|
})
|
||||||
if not root then
|
if not root then
|
||||||
logger:log("error", "couldn't register root package")
|
logger:log("error", "couldn't register root package")
|
||||||
|
@ -51,20 +51,5 @@ describe("package specification", function()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
assert.same(
|
|
||||||
dep_spec_man.check({
|
|
||||||
"user/package",
|
|
||||||
deps = {
|
|
||||||
{ { "user/dependency" } }
|
|
||||||
}
|
|
||||||
}, true),
|
|
||||||
{
|
|
||||||
"user/package",
|
|
||||||
deps = {
|
|
||||||
"user/dependency"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
)
|
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user