diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-04 02:08:18 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-04 02:08:18 +0100 |
commit | 8848314c08284f6a4b8f3c3529bf2e3f1b72610c (patch) | |
tree | 90a41d02fc4a429ba001d2241fbfe378047ab23a | |
parent | c11125f9ed952f9b7ebd06c15eacadcc6005dd8c (diff) |
[Makefile] Make offline tests actually work offline
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |