From: Ian Jackson Date: Sun, 26 Jul 2015 16:30:54 +0000 (+0100) Subject: Test suite: Honour DGIT_TEST_DEBUG=''. X-Git-Tag: debian/1.1~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=ec22348eada556dc5f326186806890f34d5b6cc3;ds=sidebyside Test suite: Honour DGIT_TEST_DEBUG=''. --- diff --git a/debian/changelog b/debian/changelog index 089e2a35..cffd7e62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ dgit (1.1~~) unstable; urgency=low in subdirectories), remove them. Closes:#793671. * Introduce more sophisticated protocol negotiation for rpush. * Do not quote `:' in shellquote. + * Test suite: Honour DGIT_TEST_DEBUG=''. -- diff --git a/tests/lib b/tests/lib index ef2a8d56..9308b169 100644 --- a/tests/lib +++ b/tests/lib @@ -9,7 +9,7 @@ set -o pipefail t-set-intree -: ${DGIT_TEST_DEBUG:=-D} +: ${DGIT_TEST_DEBUG=-D} export DGIT_TEST_DEBUG root=`pwd`