about summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-09-17 14:51:46 +0200
committerMichael Biebl <biebl@debian.org>2016-09-17 14:51:48 +0200
commit6ca68536b2eae7d93e2df2c73d63481c5828edbd (patch)
treee9b990d6ee1a355af436e486bd478892d8ee1db5 /debian/rules
parentbef04d2592efa71adcbd1d69d49c523b33fcc8cb (diff)
Drop override for dh_auto_test
We don't explicitly need to dump the log files as dh_auto_test runs with
VERBOSE=1 by default.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index a0d0af51..da081c77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,8 +73,3 @@ override_dh_systemd_start:
 
 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