aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-07-24 20:40:19 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-07-24 20:46:38 -0400
commit7f4c3bb1200eb727894ddfad6a99167bdf2eb78f (patch)
treed0f2c8c8a2d25cd1eda9a416a399d1763f27a449
parent399c88d17c59e23b3823bd06c452755f5834fd11 (diff)
downloade2fsprogs-7f4c3bb1200eb727894ddfad6a99167bdf2eb78f.tar.gz
debian: run "make check" with V=1 to keep blhc happy
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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