We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fdacc commit 98e480dCopy full SHA for 98e480d
tests/bootstrap_impls/BUILD.bazel
@@ -51,6 +51,7 @@ sh_test(
51
sh_py_run_test(
52
name = "run_binary_zip_no_test",
53
build_python_zip = "no",
54
+ env_inherit = ["PATH"],
55
py_src = "bin.py",
56
sh_src = "run_binary_zip_no_test.sh",
57
)
tests/integration/BUILD.bazel
@@ -128,6 +128,7 @@ rules_python_integration_test(
128
129
rules_python_integration_test(
130
name = "custom_commands_test",
131
132
py_main = "custom_commands_test.py",
133
134
0 commit comments