[SMT-COMP] Print non-(un)sat output to stderr (#2019)
authorAndres Noetzli <andres.noetzli@gmail.com>
Wed, 30 May 2018 19:04:38 +0000 (12:04 -0700)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 19:04:38 +0000 (12:04 -0700)
commit551a914cf9c09353712089bb0d7ad33b56adcc3f
tree3babb2c463fdebde1a0ccd79cf4a936b011df9ea
parent47dbf8d8b3e04810f79fd3069eb15ee1b2fb176d
[SMT-COMP] Print non-(un)sat output to stderr (#2019)

In the SMT-COMP runscript, we are currently discarding output on stdout
that is not "sat" or "unsat" when using `trywith` (this is not the case
with `finishwith`). Due to this, our tests might miss cases where CVC4
fails and prints an error on stdout when using `trywith`. This commit
changes the script to print output other than "sat" or "unsat" to
stderr.
contrib/run-script-smtcomp2018