aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-04 02:08:18 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-04 02:08:18 +0100
commit8848314c08284f6a4b8f3c3529bf2e3f1b72610c (patch)
tree90a41d02fc4a429ba001d2241fbfe378047ab23a /Makefile
parentc11125f9ed952f9b7ebd06c15eacadcc6005dd8c (diff)
downloadyoutube-dl-8848314c08284f6a4b8f3c3529bf2e3f1b72610c.zip
youtube-dl-8848314c08284f6a4b8f3c3529bf2e3f1b72610c.tar.gz
youtube-dl-8848314c08284f6a4b8f3c3529bf2e3f1b72610c.tar.bz2
[Makefile] Make offline tests actually work offline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71470ee..e53a367 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