]> Raphaƫl G. Git Repositories - youtubedl/commitdiff
d/rules: Run offline tests.
authorUnit 193 <unit193@ubuntu.com>
Sat, 1 Feb 2020 06:35:12 +0000 (01:35 -0500)
committerUnit 193 <unit193@ubuntu.com>
Tue, 17 Mar 2020 07:31:40 +0000 (03:31 -0400)
debian/rules

index 541ff15d881fd7e8b70fef3a40fba5e0d18fec84..e1e9a31437d6d1d4a3eda5e3016d0ae1dd753520 100755 (executable)
@@ -16,3 +16,6 @@ override_dh_clean:
        dh_clean
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+       make offlinetest PYTHON=python3
+endif