about summary refs log tree commit diff
path: root/debian
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
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')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c0febfdc..bfa7708c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+network-manager (1.4.0-4) UNRELEASED; urgency=medium
+
+  * 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.
+
+ -- Michael Biebl <biebl@debian.org>  Sat, 17 Sep 2016 14:51:02 +0200
+
 network-manager (1.4.0-3) unstable; urgency=medium
 
   * Export _IO_stdin_used symbol in NetworkManager.ver.
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