Run dh_auto_test with VERBOSE=1, to get logs with older debhelper
This commit is contained in:
parent
d064f20bfc
commit
8d30b20a8b
|
|
@ -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 <smcv@debian.org> Mon, 28 Mar 2016 12:02:59 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue