We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591dce7 commit 2f1f0b3Copy full SHA for 2f1f0b3
1 file changed
src/codechecker.bzl
@@ -262,10 +262,10 @@ def _codechecker_test_impl(ctx):
262
output = ctx.outputs.test_script_wrapper,
263
is_executable = True,
264
content = """
265
- {} {}
+ {python_bin} {test_script}
266
""".format(
267
- python_interpreter_path,
268
- ctx.outputs.codechecker_test_script.short_path,
+ python_bin = python_interpreter_path,
+ test_script = ctx.outputs.codechecker_test_script.short_path,
269
),
270
)
271
0 commit comments