Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Add input_path to dotnet report task expander (#3591)
Browse files Browse the repository at this point in the history
* Add input_path to dotnet report task expander

* Update yanked crate
  • Loading branch information
kananb authored Oct 24, 2023
1 parent 44c2c39 commit 9ba004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/src/tasks/report/dotnet/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl AsanProcessor {
let mut args = vec![target_exe];
args.extend(self.config.target_options.clone());

let expand = self.config.get_expand();
let expand = self.config.get_expand().input_path(input);

let expanded_args = expand.evaluate(&args)?;

Expand Down

0 comments on commit 9ba004f

Please sign in to comment.