X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=c3bbf2a7f684190d33b43ccd1eba5dc095b4b971;hb=3afed78a6a8315794b46807155f5a7a5de0d3889;hp=4677ff684ae033fe2cccafd82b3d5cb632a3566d;hpb=6d9c22cd267b294c6e2abe9b0256c24a090a9349;p=youtube-dl diff --git a/Makefile b/Makefile index 4677ff684..c3bbf2a7f 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ LATEST_VERSION: youtube_dl/__init__.py python -m youtube_dl --version > LATEST_VERSION test: - nosetests2 test + nosetests2 --nocapture test .PHONY: default compile update update-latest update-readme test clean