Skip to content

Commit

Permalink
Better test output
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Sep 17, 2024
1 parent 1b76599 commit 5d214be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runfiles/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestFS_directory(t *testing.T) {
// Runfiles directories created by Bazel consist of symlinks to the real files.
target, err := filepath.EvalSymlinks(targetSymlink)
if err != nil {
t.Fatal(err)
t.Fatalf("failed to resolve %s: %v", target, err)
}
err = os.MkdirAll(filepath.Dir(filepath.Join(directory, source)), 0o755)
if err != nil {
Expand Down

0 comments on commit 5d214be

Please sign in to comment.