From: Ian Jackson Date: Sat, 20 Jun 2015 16:31:30 +0000 (+0100) Subject: Test suite: None of the dsd tests can be DEP-8 tested X-Git-Tag: debian/0.30~76 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=600129df470efe1399947a2022ce5bbdc009b7bb;p=dgit.git Test suite: None of the dsd tests can be DEP-8 tested Retain the check for .git in dsd-clone-drs, because we are going to remove this restriction in general, but can't do so for this particular test (which is inapplicable if using an installed package becaue then the source code should come via the package repositories). --- diff --git a/tests/lib b/tests/lib index d315c4e0..70ad0b18 100644 --- a/tests/lib +++ b/tests/lib @@ -480,6 +480,16 @@ t-drs () { drs_dispatch=$tmp/distro=test-dummy mkdir $drs_dispatch + + if [ "x$DGIT_TEST_INTREE" = x ]; then + cat >&2 <