Skip to content
Snippets Groups Projects
Commit ae03f384 authored by Lars Hupel's avatar Lars Hupel
Browse files

print verification report after Isabelle phase

5f9356bf broke this, but I can't blame @manoskouk, the code was indeed
messy.
parent 02708a26
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ object Main {
else if (repairF) RepairPhase
else if (analysisF) Pipeline.both(verification, termination)
else if (terminationF) termination
else if (isabelleF) IsabellePhase
else if (isabelleF) IsabellePhase andThen PrintReportPhase
else if (evalF) EvaluationPhase
else if (inferInvF) InferInvariantsPhase
else if (instrumentF) InstrumentationPhase andThen FileOutputPhase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment