Skip to content

Commit

Permalink
StringIO used by nosetests do not merge with the way youtube-dl handl…
Browse files Browse the repository at this point in the history
…e sys.stdout and sys.stderr
  • Loading branch information
gcmalloc committed Oct 19, 2012
1 parent 7f60b5a commit edcc7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit edcc7d2

Please sign in to comment.