diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-15 00:59:23 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-15 00:59:23 +0100 | 
| commit | 39f594d660cd86f04905d3eead91c5e2f16b0e66 (patch) | |
| tree | a1d9a561100ab2a3d7cea9727e9ba22e22fa0c41 | |
| parent | cae97f6521a846392e665d8743d4c000fb7d7173 (diff) | |
[Makefile] Ensure that offline test really is offline
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
