Commit fa1c184
authored
Fix pmd_test to use short_path instead of path for sources (#390)
From https://bazel.build/rules/lib/builtins/File#path:
> Use the `short_path` for the path under which the file is mapped if
it's in the runfiles of a binary.
Fixes an issue with `pmd_test` not finding sources produced by other
targets.1 parent 320003f commit fa1c184
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments