]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove outdated comment about make test
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 28 Jan 2021 12:31:35 +0000 (13:31 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 18 Feb 2021 00:33:10 +0000 (01:33 +0100)
builder-support/debian/authoritative/debian-buster/rules

index c08c29254b9bbbb1e5b03aec4cfd6f9a06823c77..7894f3b86456ef4cfc502df69b92aa1476faf678 100755 (executable)
@@ -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