Skip to content

Commit

Permalink
fix: save all inputs with saveAll flag
Browse files Browse the repository at this point in the history
Signed-off-by: Prajwal S N <[email protected]>
  • Loading branch information
snprajwal authored Nov 19, 2024
1 parent cb44a7b commit 9045172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {

// Configure Zest Guidance
if (saveAll) {
System.setProperty("jqf.ei.SAVE_ALL_INPUTS", "true");
System.setProperty("jqf.ei.LOG_ALL_INPUTS", "true");
}
if (libFuzzerCompatOutput != null) {
System.setProperty("jqf.ei.LIBFUZZER_COMPAT_OUTPUT", libFuzzerCompatOutput);
Expand Down

0 comments on commit 9045172

Please sign in to comment.