mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-03 18:31:11 +00:00
Run BullseyeCoverage tools quietly
This commit is contained in:
parent
9905f08c80
commit
e370978433
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue