Skip to content

Commit

Permalink
Do not enforce fuzzing config in the snap_tool.
Browse files Browse the repository at this point in the history
Rationale: this tool is used for one-off experiments including on non-conforming
snapshots.
PiperOrigin-RevId: 684562157
  • Loading branch information
ksteuck authored and copybara-github committed Oct 10, 2024
1 parent e103150 commit b79ea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/snap_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ bool SnapToolMain(std::vector<char*>& args) {
}
MakingConfig config = MakingConfig::Default();
config.runner_path = RunnerLocationForSnapTool();
config.enforce_fuzzing_config = false;
absl::StatusOr<Snapshot> recorded_snapshot = MakeSnapshot(snapshot, config);
if (!recorded_snapshot.ok()) {
line_printer.Line(recorded_snapshot.status().ToString());
Expand Down

0 comments on commit b79ea0f

Please sign in to comment.