From 39f594d660cd86f04905d3eead91c5e2f16b0e66 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 15 Dec 2014 00:59:23 +0100 Subject: [PATCH] [Makefile] Ensure that offline test really is offline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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