Skip to content

Commit

Permalink
Properly override checker.tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Oct 10, 2023
1 parent e693293 commit 871c463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quint/src/cliCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export async function verifySpec(prev: TypecheckedStage): Promise<CLIProcedure<V
inv: args.invariant ? ['q::inv'] : undefined,
'temporal-props': args.temporal ? ['q::temporalProps'] : undefined,
tuning: {
...(loadedConfig.checker?.tuning ?? {}),
'search.simulation': args.randomTransitions ? 'true' : 'false',
},
},
Expand Down

0 comments on commit 871c463

Please sign in to comment.