bazel-skylib/tests/copy_directory
Nick Gooding 8a6ab72c6e
Stop hardcoding runfiles prefix (#402)
bazelbuild/bazel@6a8ddb7 changed the prefix for runfiles from the main
repo when Bzlmod is enabled. Because all uses of rlocation were
hardcoded to use "bazel_skylib", tests requiring runfiles stopped
working with Bzlmod enabled. This commit updates calls to rlocation to
instead use the TEST_WORKSPACE env var to get the repo name.
2022-10-15 09:20:48 +11:00
..
dir_with_subdir
dir_with_symlink
BUILD.bazel
copy_directory_tests.sh Stop hardcoding runfiles prefix (#402) 2022-10-15 09:20:48 +11:00
empty_directory.bzl