You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: use {package} instead of hard-coded path in precompile_tests (bazel-contrib#2193)
When imported into Google, the workspace-relative path changes, which
makes the tests fail. Using the `{package}` format kwarg makes the tests
independent of their location in the workspace.
0 commit comments