File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ more important for tests to balance understandability and maintainability.
3939
4040### sh_py_run_test
4141
42- The [ ` sh_py_run_test ` ] ( tests/support/sh_py_run_test.bzl ) rule is a helper to
42+ The {gh-path} ` sh_py_run_test < tests/support/sh_py_run_test.bzl ` rule is a helper to
4343make it easy to run a Python program with custom build settings using a shell
4444script to perform setup and verification. This is best to use when verifying
4545behavior needs certain environment variables or directory structures to
@@ -56,6 +56,8 @@ Python binaries and tests with custom build flags. This is best to use when
5656verifying behavior that requires specific flags to be set and when the program
5757itself can verify the desired state.
5858
59+ They are located in {gh-path}` tests/support/py_reconfig.bzl `
60+
5961When adding a test, you may find the flag you need to set isn't supported by
6062the rule. To have it support setting a new flag:
6163
You can’t perform that action at this time.
0 commit comments