From: Chris Hofstaedtler Date: Thu, 28 Jan 2021 12:31:35 +0000 (+0100) Subject: Remove outdated comment about make test X-Git-Tag: dnsdist-1.6.0-alpha2~21^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61e4e1666d2f83d937d4129e8db202a8606bd159;p=thirdparty%2Fpdns.git Remove outdated comment about make test --- diff --git a/builder-support/debian/authoritative/debian-buster/rules b/builder-support/debian/authoritative/debian-buster/rules index c08c29254b..7894f3b864 100755 --- a/builder-support/debian/authoritative/debian-buster/rules +++ b/builder-support/debian/authoritative/debian-buster/rules @@ -54,7 +54,6 @@ override_dh_install: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ./debian/tests-source/run - echo Skipping make test, as dependencies are missing. make check || (cat pdns/test-suite.log; false) endif