We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01e535 commit 7ab6a14Copy full SHA for 7ab6a14
rules_magic/magic/magic_test.bzl
@@ -55,7 +55,7 @@ def _magic_test_impl(ctx):
55
output = executable,
56
substitutions = {
57
"{{src_paths}}": "\n".join(
58
- ["\"%s\"" % f.path for f in ctx.files.srcs],
+ ["\"%s\"" % f.short_path for f in ctx.files.srcs],
59
),
60
"{{test_framework_path}}": ctx.file._test_framework.short_path,
61
},
0 commit comments