From: Theodore Ts'o Date: Thu, 25 Jul 2019 00:40:19 +0000 (-0400) Subject: debian: run "make check" with V=1 to keep blhc happy X-Git-Tag: archive/debian/1.45.3-3~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f4c3bb120;p=thirdparty%2Fe2fsprogs.git debian: run "make check" with V=1 to keep blhc happy Signed-off-by: Theodore Ts'o --- diff --git a/debian/rules b/debian/rules index c232d49cc..e957d754a 100755 --- a/debian/rules +++ b/debian/rules @@ -169,5 +169,8 @@ override_dh_gencontrol: dh_gencontrol -pss-dev -- -v${SS_VERSION}-${DEB_VERSION} -VmainBinary=${DEB_VERSION} dh_gencontrol --remaining-packages +override_dh_auto_test: + $(MAKE) -C ${stdbuilddir} V=1 check + test_printenv: printenv | sort