Run BullseyeCoverage tools quietly

This commit is contained in:
Dag-Erling Smørgrav 2016-01-09 20:23:33 +01:00
parent 9905f08c80
commit e370978433

View file

@ -23,8 +23,8 @@ fi
set -e
if has cov01 ; then
cov01 -u
cov01 -0
cov01 -qu
cov01 -q0
fi
. ./autogen.sh
@ -38,5 +38,5 @@ fi
"$@"
if has cov01 ; then
cov01 -o
cov01 -qo
fi