Skip to content

Commit 64487e5

Browse files
committed
Unrelated (motivated by CI failure): Removed duplicate errror log line
1 parent 552149d commit 64487e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/e2e/helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func runCommand(t *testing.T, timeout time.Duration, env map[string]string, args
106106

107107
err := cmd.Run()
108108
if err != nil {
109-
t.Logf("Command failed: %v", err)
110109
t.Fatalf("Command failed: %v", err)
111110
}
112111
t.Logf("Command completed successfully")

0 commit comments

Comments
 (0)