X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=426acd35776425acd62935094aaf8dc53c9793cc;hb=fedb6816cd045b4a0a12b7cd1a51a1712abde874;hp=c97d6ffb005d9561dc2fede6f613d026d9c0924e;hpb=4c1d273e88a88f7a7b9e09bb2bbadb161d25b615;p=youtube-dl diff --git a/Makefile b/Makefile index c97d6ffb0..426acd357 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ install: youtube-dl youtube-dl.1 youtube-dl.bash-completion install -m 644 youtube-dl.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/youtube-dl test: - nosetests2 --nocapture test + #nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose --processes 4 test + nosetests --verbose test .PHONY: all clean install test