Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
19f83f49
Commit
19f83f49
authored
Jan 21, 2011
by
Andrei Paskevich
Browse files
minor fix in bench/bench
parent
6ce6b886
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/bench
View file @
19f83f49
...
...
@@ -175,7 +175,7 @@ provers=$($pgm --list-provers | cut -d " " -f 3 |grep -v "^$")
good_provers
=
""
bad_provers
=
""
for
prover
in
$(
echo
$provers
)
;
do
if
bin/why.opt
-P
$prover
bench/true_goal.why |
grep
-q
-v
Valid
;
then
if
$pgm
-P
$prover
bench/true_goal.why |
grep
-q
-v
Valid
;
then
#echo "$i : Fail"
bad_provers
=
"
$bad_provers
$prover
"
else
...
...
@@ -198,4 +198,4 @@ for file in bench/valid/*.why; do
for
prover
in
$good_provers
;
do
test_prover
$prover
$file
done
done
\ No newline at end of file
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment