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
POTTIER Francois
menhir
Commits
ed23b08c
Commit
ed23b08c
authored
Sep 21, 2015
by
POTTIER Francois
Browse files
Fixes in coverage.sh.
parent
80603dfb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/coverage.sh
View file @
ed23b08c
...
...
@@ -8,10 +8,10 @@ TIMEOUT=30
export
OCAMLRUNPARAM
=
b
make clean
||
exit
1
make bootstrap
||
exit
1
rm
log
rm
-f
log
for
f
in
../bench/good/
*
.mly
;
do
echo
$f
|
tee
-a
log
(
timeout
$TIMEOUT
time
_stage2/menhir.native
-v
-lg
1
-la
1
$f
)
2>> log
(
timeout
$TIMEOUT
time
_stage2/menhir.native
-v
-lg
1
-la
1
--list-errors
$f
)
2>> log
done
echo
"Number of grammars that could not be handled in
$TIMEOUT
seconds:"
grep
aborting log |
wc
-l
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