test: update integration

This commit is contained in:
sh0rez 2020-04-20 18:24:56 +02:00
parent 25fcc6dda0
commit 5e141e10f9
No known key found for this signature in database
GPG key ID: 87C71DF9F8181FF1
3 changed files with 132 additions and 2 deletions

View file

@ -68,7 +68,7 @@ func installCommand(dir, jsonnetHome string, uris []string) int {
}
}
locked, err := pkg.Ensure(jsonnetFile, jsonnetHome, lockFile.Dependencies)
locked, err := pkg.Ensure(jsonnetFile, filepath.Join(dir, jsonnetHome), lockFile.Dependencies)
kingpin.FatalIfError(err, "failed to install packages")
pkg.CleanLegacyName(jsonnetFile.Dependencies)