Skip to content

Commit 98e480d

Browse files
committed
test env inherit
1 parent c2fdacc commit 98e480d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/bootstrap_impls/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sh_test(
5151
sh_py_run_test(
5252
name = "run_binary_zip_no_test",
5353
build_python_zip = "no",
54+
env_inherit = ["PATH"],
5455
py_src = "bin.py",
5556
sh_src = "run_binary_zip_no_test.sh",
5657
)

tests/integration/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ rules_python_integration_test(
128128

129129
rules_python_integration_test(
130130
name = "custom_commands_test",
131+
env_inherit = ["PATH"],
131132
py_main = "custom_commands_test.py",
132133
)
133134

0 commit comments

Comments
 (0)