Skip to content

Commit

Permalink
revert showing full odo path in test log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Jan 3, 2025
1 parent f1da56a commit 853d0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/odov3/odo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func runOdo(args ...string) ([]byte, []byte, error) {
// Clean given path
filepath.Clean(odoPath)

GinkgoWriter.Printf("Executing: %s %s\n", odoPath, strings.Join(args, " "))
GinkgoWriter.Println("Executing: odo", strings.Join(args, " "))
cmd := exec.Command(odoPath, args...)

stdout, err := cmd.StdoutPipe()
Expand Down

0 comments on commit 853d0fe

Please sign in to comment.