diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-13 14:29:03 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-13 14:29:03 +0000 |
commit | 159e3d0017083d94e54b0700573750ecbe5943e4 (patch) | |
tree | 908912f2107b734e193c944cffdbd9557677682b | |
parent | 9661b389d93a45987b9f8dac51cef3c13d951799 (diff) |
VERBOSE=1 dh_auto_test
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7acaab9..e15c874 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,11 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif +# as suggested by Simon McVittie +# (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744380) +override_dh_auto_test: + VERBOSE=1 dh_auto_test + configure: configure-stamp configure-stamp: dh_testdir |