mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
run_tests: Only do coverage reports on svtplay_dl.*
This commit is contained in:
parent
2550035499
commit
b0a5d4f59e
@ -7,10 +7,12 @@ die() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
COVER_OPTS="--with-coverage --cover-package=svtplay_dl"
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
case $1 in
|
||||
-c|--coverage)
|
||||
OPTS="$OPTS --with-coverage"
|
||||
OPTS="$OPTS $COVER_OPTS"
|
||||
;;
|
||||
-v|--verbose)
|
||||
OPTS="$OPTS --verbose"
|
||||
|
Loading…
Reference in New Issue
Block a user