Skip to content

Commit

Permalink
tests(new engine): add tests for layering and source handling (Jguer#…
Browse files Browse the repository at this point in the history
…1854)

* add tests for layering and source handling

* add tests for jellyfin split package
  • Loading branch information
Jguer authored Dec 18, 2022
1 parent 7da9f48 commit 27cbbf4
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aur_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func (installer *Installer) installSyncPackages(ctx context.Context, cmdArgs *pa
arguments.AddTarget(repoTargets...)

errShow := installer.exeCmd.Show(installer.exeCmd.BuildPacmanCmd(ctx,
arguments, config.Runtime.Mode, settings.NoConfirm))
arguments, installer.targetMode, settings.NoConfirm))

if errD := asdeps(ctx, installer.exeCmd, installer.targetMode, cmdArgs, syncDeps.ToSlice()); errD != nil {
return errD
Expand Down
Loading

0 comments on commit 27cbbf4

Please sign in to comment.