Skip to content

Commit

Permalink
print prover lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil committed Jan 18, 2024
1 parent e8f457d commit 9b39fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/decider/ProverStdIO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ abstract class ProverStdIO(uniqueId: String,

while (repeat) {
result = readLineFromInput()
if (result.toLowerCase != "success") comment(result)
if (result.toLowerCase != "success") { println(s"[Benchmarking] prover line: $result"); comment(result) }

val warning = result.startsWith("WARNING")
if (warning) {
Expand Down

0 comments on commit 9b39fcc

Please sign in to comment.