chiark / gitweb /
quilt-gbp test: Set DGIT_TEST_TOLERATE_UNPATCHED_CLEAN
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 30 Dec 2017 11:02:01 +0000 (11:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Jan 2018 19:31:59 +0000 (19:31 +0000)
commit87c063da387d8b7dbd5790eb8fd742dd1730cbe8
tree8ce8f8a92bc76d584ff6b2e03771fb8fe0395202
parentb8900c53322cfad5be4665295daff7d390aac6c0
quilt-gbp test: Set DGIT_TEST_TOLERATE_UNPATCHED_CLEAN

In quilt-gbp we want to test whether dgit detects that quilt fixups
cannot be linear because the user has failed to pass an appropriate
quilt option in a patches-unapplied tree.

build_source() cleans before applying patches, and the package's clean
target might error out because patches are not applied.  This prevents
dgit from attempting quilt linearisation and thus determining that the
tree might be patches-unapplied.  So set an environment variable
telling the package's clean target not to do that.

Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/quilt-gbp