From e157bf9f866bc38c2a5f5914fe7eacd9d7972fe1 Mon Sep 17 00:00:00 2001
From: lovetox <philipp@hoerist.com>
Date: Mon, 30 May 2022 22:47:21 +0200
Subject: [PATCH] ci: Update debian files

---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b4d5133b94..ca11c0c011 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
-- 
GitLab