Skip to content

Commit

Permalink
missing line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi A Pirinen committed Jun 26, 2018
1 parent 3b04122 commit 2da8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverages-less-quick.bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if test ! -r $analyser ; then
echo Missing $analyser
exit 77
fi
if ! @PYTHON@ @top_builddir@/src/python/omorfi-freq-evals.py -a $analyser
if ! @PYTHON@ @top_builddir@/src/python/omorfi-freq-evals.py -a $analyser \
-i $freqs -c 1000 -o coverage-blort.log -t 90 ; then
echo We missed the target of 90 % coverage
exit 1
Expand Down

0 comments on commit 2da8b89

Please sign in to comment.