Skip to content

Commit

Permalink
just log the script
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron committed Jun 9, 2023
1 parent 5ea7ad9 commit 741509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jstest/jstest.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func runShellWithScript(dir, script string) ([]byte, error) {
cmd := exec.Command(bin, dockerArgs...)
cmd.Dir = dir

log.Printf("Running %s", strings.Join(cmd.Args, " "))
log.Printf("Running %s", script)

return cmd.CombinedOutput()
}
Expand Down

0 comments on commit 741509e

Please sign in to comment.