Commit fcba61a
committed
fix: load test helpers via the shim for WORKSPACE builds
The test bzl loaded @rules_runfiles_group directly, but that repo is
only defined where the feature is available (bzlmod, Bazel 9+). Route
the loads through the runfiles_groups_shim like the rule code does.
The flag label from the shim is canonicalized via Label() so
rules_testing's transition can resolve it.1 parent 1d1dcc2 commit fcba61a
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
28 | | - | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments