瀏覽代碼

[Makefile] Ensure that offline test really is offline

Philipp Hagemeister 10 年之前
父節點
當前提交
39f594d660
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -51,7 +51,7 @@ test:
 ot: offlinetest
 ot: offlinetest
 
 
 offlinetest: codetest
 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
 tar: youtube-dl.tar.gz