about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 12:27:40 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 12:27:40 -0500
commit28c7dc7e2e1f00c08934cfad3c8c58814fd2ed8f (patch)
treea6a0978b68576906daeb04e048a2903fccfd2f0f /debian
parent0dc25ff1e0969a08a115f29ffaccc554f222192d (diff)
debian/rules: Stop overriding dh_auto_test
dh_auto_test already does the right thing by default.
This was previously dropped in the Debian package.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index f97e9391..d26ea995 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,8 +85,3 @@ override_dh_installsystemd:
 
 override_dh_ppp:
 	dh_ppp --breaks
-
-override_dh_auto_test:
-ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	make check || ( find . -name test-suite.log -exec cat {} \;; exit 1; )
-endif