From 8d30b20a8b70325ea49eebb8c6a555676c533ecf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Mar 2016 13:22:53 +0100 Subject: [PATCH] Run dh_auto_test with VERBOSE=1, to get logs with older debhelper --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cb9067a5..7f7d0833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ ostree (2016.4-1) UNRELEASED; urgency=medium sbuild * debian/ostree-tests.lintian-overrides: override a couple of false positives + * Run dh_auto_test with VERBOSE=1, to get logs with older debhelper -- Simon McVittie Mon, 28 Mar 2016 12:02:59 +0100 diff --git a/debian/rules b/debian/rules index ad3e8576..e33bca0a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_auto_configure: chmod +x tests/*.js override_dh_auto_test: - dh_auto_test + VERBOSE=1 dh_auto_test # One test creates multiple GPG homedirs, each with its own agent pkill --full "gpg-agent --homedir /var/tmp/tap-test\\.[^/]+/repo/tmp/ostree-gpg-[^/]+ " || : if pgrep lt-ostree || pgrep --full "gpg-agent --homedir /var/tmp/tap-test."; then \