Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-30 23:47:21 +0300
committerlovetox <philipp@hoerist.com>2022-05-30 23:47:44 +0300
commite157bf9f866bc38c2a5f5914fe7eacd9d7972fe1 (patch)
tree89365023d04df739fda889419ce2f7cf024e0d64 /debian
parentf93e43888c4a2f402f477e7c0cf2859e93fc058a (diff)
ci: Update debian files
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index b4d5133b9..ca11c0c01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,5 @@
%:
dh $@ --with python3 --buildsystem=pybuild
-
-# override_dh_auto_clean:
-# python3 setup.py clean -a
-# rm -rf $$(find gajim/ -name __pycache__)
+override_dh_auto_test:
+ python3 -m unittest discover -s test -v