Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SMT2 back-end: report error when invoking solver fails
Our previous attempt at reporting errors was dead code for `run` never returns a negative value. When the executable isn't found the return code was 1, else failures will depend on the solver's return code. Also, propagate the messages produced by `run` on stderr to the error-logging output. Fixes: #8362
- Loading branch information