Skip to content

Commit

Permalink
Extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 19, 2024
1 parent ba7a140 commit d236508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def setup(self, edam):

# FIXME plusargs
self.commands.add(
["./" + self.name] + self.tool_options.get("run_options", []),
["./" + self.name, "$(EXTRA_OPTIONS)"]
+ self.tool_options.get("run_options", []),
["run"],
[self.name],
)
Expand Down

0 comments on commit d236508

Please sign in to comment.