mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 15:19:24 +00:00
Add pkg description, url and license
* Move to mvdan.cc/sh/v3 * Improve RDEPEND parsing
This commit is contained in:
@@ -120,7 +120,7 @@ var _ = Describe("Recipe", func() {
|
||||
s := solver.NewSolver(pkg.NewInMemoryDatabase(false), tree, tree)
|
||||
solution, err := s.Install([]pkg.Package{pack})
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(len(solution)).To(Equal(10))
|
||||
Expect(len(solution)).To(Equal(33))
|
||||
|
||||
var allSol string
|
||||
for _, sol := range solution {
|
||||
|
Reference in New Issue
Block a user