Skip to content

Commit

Permalink
Correct setting of macOS taskpolicy variable
Browse files Browse the repository at this point in the history
to the underlying exec-wrapper command.

Signed-off-by: Rod Chapman <[email protected]>
  • Loading branch information
rod-chapman authored and hanno-becker committed Jan 22, 2025
1 parent 6e302b4 commit 9cc73ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class Tests:
if self.args.exec_wrapper is not None and self.args.exec_wrapper != "":
res += self.args.exec_wrapper.split(" ")
if self.args.mac_taskpolicy is not None:
res += ["taskpolicy", "-c", f"{mac_taskpolicy}"]
res += ["taskpolicy", "-c", f"{self.args.mac_taskpolicy}"]

return res

Expand Down

0 comments on commit 9cc73ea

Please sign in to comment.