Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Sep 26, 2024
1 parent ae020d0 commit cdf5100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/dryrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func CaseDryrun(clusterName string, kwokctlPath string, rootDir string, clusterR
t.Fatal(err)
}
if diff != "" {
t.Fatalf("Expected vs got:\n%s", diff)
t.Fatalf("Expected vs got %s:\n%s", absPath, diff)
}
return ctx
})
Expand All @@ -126,7 +126,7 @@ func CaseDryrunWithExtra(clusterName string, kwokctlPath string, rootDir string,
t.Fatal(err)
}
if diff != "" {
t.Fatalf("Expected vs got:\n%s", diff)
t.Fatalf("Expected vs got %s:\n%s", absPath, diff)
}
return ctx
})
Expand Down Expand Up @@ -160,7 +160,7 @@ func CaseDryrunWithVerbosity(clusterName string, kwokctlPath string, rootDir str
t.Fatal(err)
}
if diff != "" {
t.Fatalf("Expected vs got:\n%s", diff)
t.Fatalf("Expected vs got %s:\n%s", absPath, diff)
}
return ctx
})
Expand Down

0 comments on commit cdf5100

Please sign in to comment.