aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-15 00:59:23 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-15 00:59:23 +0100
commit39f594d660cd86f04905d3eead91c5e2f16b0e66 (patch)
treea1d9a561100ab2a3d7cea9727e9ba22e22fa0c41 /Makefile
parentcae97f6521a846392e665d8743d4c000fb7d7173 (diff)
downloadyoutube-dl-39f594d660cd86f04905d3eead91c5e2f16b0e66.zip
youtube-dl-39f594d660cd86f04905d3eead91c5e2f16b0e66.tar.gz
youtube-dl-39f594d660cd86f04905d3eead91c5e2f16b0e66.tar.bz2
[Makefile] Ensure that offline test really is offline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a32a6c..6fb820c 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