Skip to content
Snippets Groups Projects
Commit 618ccda9 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fresh reporter to avoid terminateIfErrors issues

parent 282469fb
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,9 @@ object Main { ...@@ -289,7 +289,9 @@ object Main {
} }
} }
def execute(args: Seq[String], ctx: LeonContext): Unit = { def execute(args: Seq[String], ctx0: LeonContext): Unit = {
val ctx = ctx0.copy(reporter = new DefaultReporter(ctx0.settings))
try { try {
// Compute leon pipeline // Compute leon pipeline
val pipeline = computePipeline(ctx.settings) val pipeline = computePipeline(ctx.settings)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment