Skip to content

Commit

Permalink
Avoid spaces in filenames
Browse files Browse the repository at this point in the history
Bazel doesn't handle that gracefully.
See bazelbuild/bazel#4327

And `--experimental_inprocess_symlink_creation` doesn't currenly work
very well in our repo either.

CMK-19117

Change-Id: I2ffeca787241b23af088b9ad19b6ddc59969a664
  • Loading branch information
Synss committed Oct 1, 2024
1 parent 7995f84 commit a096217
Show file tree
Hide file tree
Showing 107 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _load_fake_rrd_response(start: int, end: int) -> RRDResponse:
(
repo_path()
/ "tests/unit/cmk/utils/prediction/test-files/input"
/ f"test-prediction-CPU load-load15-{start}-{end}"
/ f"test-prediction-CPU_load-load15-{start}-{end}"
).read_text()
)
return RRDResponse(
Expand Down

0 comments on commit a096217

Please sign in to comment.