Skip to content

Commit

Permalink
use rlocationpath instead of rootpath
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 5, 2024
1 parent cb45fe7 commit 36e7068
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/import/import_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ def _create_shim_test():
"@rules_sh_import_test_create_shim_test_shim//prefix:another.shim",
],
args = [
"rules_sh_tests/$(rootpath @rules_sh_shim_exe//:shim.exe)",
"rules_sh_tests/$(rootpath @rules_sh_import_test_create_shim_test_source//:empty.exe)",
"rules_sh_tests/$(rootpath @rules_sh_import_test_create_shim_test_shim//:shimmed.exe)",
"rules_sh_tests/$(rootpath @rules_sh_import_test_create_shim_test_shim//:shimmed.shim)",
"rules_sh_tests/$(rootpath @rules_sh_import_test_create_shim_test_shim//prefix:another.exe)",
"rules_sh_tests/$(rootpath @rules_sh_import_test_create_shim_test_shim//prefix:another.shim)",
"$(rlocationpath @rules_sh_shim_exe//:shim.exe)",
"$(rlocationpath @rules_sh_import_test_create_shim_test_source//:empty.exe)",
"$(rlocationpath @rules_sh_import_test_create_shim_test_shim//:shimmed.exe)",
"$(rlocationpath @rules_sh_import_test_create_shim_test_shim//:shimmed.shim)",
"$(rlocationpath @rules_sh_import_test_create_shim_test_shim//prefix:another.exe)",
"$(rlocationpath @rules_sh_import_test_create_shim_test_shim//prefix:another.shim)",
],
)

Expand Down

0 comments on commit 36e7068

Please sign in to comment.