diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 12:27:40 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-03 12:27:40 -0500 |
| commit | 28c7dc7e2e1f00c08934cfad3c8c58814fd2ed8f (patch) | |
| tree | a6a0978b68576906daeb04e048a2903fccfd2f0f | |
| parent | 0dc25ff1e0969a08a115f29ffaccc554f222192d (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.
| -rwxr-xr-x | debian/rules | 5 |
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 |