Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
d607b7d9
Commit
d607b7d9
authored
Jun 25, 2014
by
MARCHE Claude
Browse files
[replayer] force saving even if replay OK and not obsolete
parent
3c7a8232
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
examples/in_progress/bigInt/why3session.xml
View file @
d607b7d9
This diff is collapsed.
Click to expand it.
src/why3replayer/replay.ml
View file @
d607b7d9
...
...
@@ -354,7 +354,7 @@ let add_to_check_no_smoke config some_merge_miss found_obs env_session sched =
(
if
!
found_upgraded_prover
then
", upgraded prover"
else
""
);
if
!
opt_stats
&&
n
<
m
then
print_statistics
files
;
Debug
.
dprintf
debug
"Everything replayed OK.@."
;
if
found_obs
||
!
found_upgraded_prover
then
save
()
;
if
!
opt_force
||
found_obs
||
!
found_upgraded_prover
then
save
()
;
exit
0
end
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment