From ec22348eada556dc5f326186806890f34d5b6cc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Jul 2015 17:30:54 +0100 Subject: [PATCH] Test suite: Honour DGIT_TEST_DEBUG=''. --- debian/changelog | 1 + tests/lib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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` -- 2.30.2