From edcc7d2dd370c74bac3f28d9445f61b3fb590c7e Mon Sep 17 00:00:00 2001 From: gcmalloc Date: Mon, 15 Oct 2012 13:03:20 +0200 Subject: [PATCH] StringIO used by nosetests do not merge with the way youtube-dl handle sys.stdout and sys.stderr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2