projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f7eea
)
Application trace executor (if they end up using that) requires --print-success.
author
Morgan Deters
<mdeters@cs.nyu.edu>
Sun, 15 Jun 2014 23:54:19 +0000
(19:54 -0400)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Sun, 15 Jun 2014 23:54:19 +0000
(19:54 -0400)
contrib/run-script-smtcomp2014-application
patch
|
blob
|
history
diff --git
a/contrib/run-script-smtcomp2014-application
b/contrib/run-script-smtcomp2014-application
index 16ee64bffeb3567d90fca1965b7be8c063f1eb1d..ae1d9e1ecdf17062ba3abddf0be08e421b83ffd9 100755
(executable)
--- a/
contrib/run-script-smtcomp2014-application
+++ b/
contrib/run-script-smtcomp2014-application
@@
-9,7
+9,7
@@
function runcvc4 {
# we run in this way for line-buffered input, otherwise memory's a
# concern (plus it mimics what we'll end up getting from an
# application-track trace runner?)
- cat "$bench" | $cvc4 -L smt2 --no-checking --no-interactive --tear-down-incremental "$@"
+ cat "$bench" | $cvc4 -L smt2 --
print-success --
no-checking --no-interactive --tear-down-incremental "$@"
}
case "$logic" in