X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/712213a489c35dbaf5120268f1a309dc457cea29..4d055bc6eb5dbe9a42216ec3e659d8ff1f2a1256:/debian/rules diff --git a/debian/rules b/debian/rules index 541ff15..e1e9a31 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_clean: dh_clean override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + make offlinetest PYTHON=python3 +endif