From: Philipp Hagemeister Date: Sun, 14 Dec 2014 23:59:23 +0000 (+0100) Subject: [Makefile] Ensure that offline test really is offline X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=39f594d660cd86f04905d3eead91c5e2f16b0e66 [Makefile] Ensure that offline test really is offline --- diff --git a/Makefile b/Makefile index 2a32a6c0c..6fb820c2a 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ test: ot: offlinetest offlinetest: codetest - nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles + nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles --exclude test_write_annotations tar: youtube-dl.tar.gz