From: Philipp Hagemeister Date: Sun, 4 Jan 2015 01:08:18 +0000 (+0100) Subject: [Makefile] Make offline tests actually work offline X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=8848314c08284f6a4b8f3c3529bf2e3f1b72610c;p=youtube-dl.git [Makefile] Make offline tests actually work offline --- diff --git a/Makefile b/Makefile index 71470eedb..e53a367ef 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test: ot: offlinetest offlinetest: codetest - nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles --exclude test_write_annotations + nosetests --verbose test --exclude test_download --exclude test_age_restriction --exclude test_subtitles --exclude test_write_annotations --exclude test_youtube_lists tar: youtube-dl.tar.gz