Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Oct 16, 2023
1 parent 65c557d commit 2665065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upgrade/installation/git_head.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func GitHead() pkgupgrade.Operation {
}
for _, shellfunc := range ops {
c.Log.Info("Running shell function: ", shellfunc)
err := callShellFunction(shellfunc)
err := callShellFunction(shellfunc, c.T)
if err != nil {
c.T.Error(err)
return
Expand Down

0 comments on commit 2665065

Please sign in to comment.