X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=c3bbf2a7f684190d33b43ccd1eba5dc095b4b971;hb=591bbe9c902c7af536729d61b4cad07559818242;hp=f52dd1dd654fc160e85755e87d45c7639a6c2002;hpb=434d60cd955ba04c2deb2c40803332235d0077d7;p=youtube-dl diff --git a/Makefile b/Makefile index f52dd1dd6..c3bbf2a7f 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,6 @@ LATEST_VERSION: youtube_dl/__init__.py python -m youtube_dl --version > LATEST_VERSION test: - nosetests2 test/* - -clean: - $$(rm **/*.pyc) + nosetests2 --nocapture test .PHONY: default compile update update-latest update-readme test clean