summaryrefslogtreecommitdiff
path: root/contrib/run-script-cascj7-tff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-15 12:51:35 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-15 12:51:35 -0500
commit839b8f788f1d240380ca72c6d245c62e8e47501b (patch)
treed26835fab14c4ae0f4c32267dad0a7a2cd27a261 /contrib/run-script-cascj7-tff
parent478b935ba5e2b9eda4eb21f7651747c5325229b1 (diff)
Minor fixes. Add SMTCOMP 2014 script.
Diffstat (limited to 'contrib/run-script-cascj7-tff')
-rwxr-xr-xcontrib/run-script-cascj7-tff4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/run-script-cascj7-tff b/contrib/run-script-cascj7-tff
index 4506e511d..41aec1335 100755
--- a/contrib/run-script-cascj7-tff
+++ b/contrib/run-script-cascj7-tff
@@ -6,7 +6,7 @@ bench="$1"
file=${bench##*/}
filename=${file%.*}
-echo "------- cvc4-tff $bench at $2..."
+echo "------- cvc4-tff casc j7 : $bench at $2..."
# use: trywith [params..]
# to attempt a run. If an SZS ontology result is printed, then
@@ -24,7 +24,7 @@ function trywith {
if [ ${PIPESTATUS[1]} -eq 0 ]; then exit 0; fi
}
function finishwith {
- echo "--- Run $@ at $limit...";
+ echo "--- Run $@...";
$cvc4 --no-checking --no-interactive --dump-instantiations --inst-format=szs "$@" $bench
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback