about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-10-15 13:03:20 +0200
committergcmalloc <gcmalloc@gmail.com>2012-10-19 12:53:19 +0200
commitedcc7d2dd370c74bac3f28d9445f61b3fb590c7e (patch)
treecaea24d5b263524a5791845bbc80bea7d905726d /Makefile
parent7f60b5aa404cf53e780039791ad45d1fe98a971f (diff)
downloadyoutube-dl-edcc7d2dd370c74bac3f28d9445f61b3fb590c7e.tar.gz
youtube-dl-edcc7d2dd370c74bac3f28d9445f61b3fb590c7e.tar.xz
youtube-dl-edcc7d2dd370c74bac3f28d9445f61b3fb590c7e.zip
StringIO used by nosetests do not merge with the way youtube-dl handle sys.stdout and sys.stderr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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