From 6ca68536b2eae7d93e2df2c73d63481c5828edbd Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 17 Sep 2016 14:51:46 +0200 Subject: 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. --- debian/changelog | 7 +++++++ debian/rules | 5 ----- 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 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 -- cgit 1.3.0-6-gf8a5