mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
run-tests.sh: add --verbose flag
This commit is contained in:
parent
d9770a2698
commit
8a90241e5b
@ -12,6 +12,9 @@ while [ "$#" -gt 0 ]; do
|
||||
-c|--coverage)
|
||||
OPTS="$OPTS --with-coverage"
|
||||
;;
|
||||
-v|--verbose)
|
||||
OPTS="$OPTS --verbose"
|
||||
;;
|
||||
-*)
|
||||
die "Unknown option: '$1'"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user