Skip to content

Commit

Permalink
Merge pull request #1530 from goblint/issue-1562
Browse files Browse the repository at this point in the history
Update results table in `relationalAnalysis` only if `exp.relation.prec-dump` is set
  • Loading branch information
sim642 authored Jun 28, 2024
2 parents dbdb3b2 + 8ddbc43 commit 6d2654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/apron/relationAnalysis.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ struct

let sync ctx reason =
(* After the solver is finished, store the results (for later comparison) *)
if !AnalysisState.postsolving then begin
if !AnalysisState.postsolving && GobConfig.get_string "exp.relation.prec-dump" <> "" then begin
let keep_local = GobConfig.get_bool "ana.relation.invariant.local" in
let keep_global = GobConfig.get_bool "ana.relation.invariant.global" in

Expand Down

0 comments on commit 6d2654f

Please sign in to comment.