1
0
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:
Olof Johansson 2013-04-21 10:44:50 +02:00
parent 2550035499
commit b0a5d4f59e

View File

@ -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"