Skip to content

Commit

Permalink
catch a runsolver message
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Apr 12, 2024
1 parent 57d3845 commit 1cf7f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Conjure/UI/SolveStats.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) savilerowInfoText runso
[ T.isInfixOf msg combinedSR
| msg <-
[ "Savile Row timed out.",
"time out: time limit reached"
"time out: time limit reached",
"Received SIGTERM or SIGINT, killing child" -- for when runsolver prints this message but won't set MEMOUT=true or TIMEOUT=true for some reason
]
] =
TimeOut
Expand Down

0 comments on commit 1cf7f33

Please sign in to comment.