Skip to content

Commit

Permalink
modules/console: No verify on these cmds because they're debug and
Browse files Browse the repository at this point in the history
perspectives complicates that and defeats the purpose.
  • Loading branch information
jevolk committed Sep 5, 2018
1 parent 7e6107e commit bfa4d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7089,6 +7089,7 @@ console_cmd__fed__sync(opt &out, const string_view &line)
vmopts.prev_check_exists = false;
vmopts.head_must_exist = false;
vmopts.history = false;
vmopts.verify = false;
vmopts.notify = false;
vmopts.debuglog_accept = true;
vmopts.nothrows = -1;
Expand Down Expand Up @@ -7181,6 +7182,7 @@ console_cmd__fed__state(opt &out, const string_view &line)
vmopts.non_conform.set(m::event::conforms::MISSING_MEMBERSHIP);
vmopts.prev_check_exists = false;
vmopts.head_must_exist = false;
vmopts.verify = false;
vmopts.history = false;
vmopts.notify = false;
m::vm::eval eval
Expand Down Expand Up @@ -7337,6 +7339,7 @@ console_cmd__fed__backfill(opt &out, const string_view &line)
vmopts.prev_check_exists = false;
vmopts.head_must_exist = false;
vmopts.history = false;
vmopts.verify = false;
vmopts.notify = false;
vmopts.head = false;
vmopts.refs = true;
Expand Down

0 comments on commit bfa4d70

Please sign in to comment.