summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 05:00:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 05:28:03 +0100
commitf0b46b0422f6ce3bb7c360ee3717eef95d621526 (patch)
tree910472bbf8ce164f4ca8c07b88da2b18f82d03e6 /tests/lib
parent599ee8fbfde3786781d36944caac72353aee99e3 (diff)
test suite: Honour DGIT_SCHROOT_CHROOT to set the schroot to use for the sbuild tests.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index 2771252..a297227 100644
--- a/tests/lib
+++ b/tests/lib
@@ -74,6 +74,9 @@ incoming = $tmp/incoming
run_dinstall = 0
END
+schroot=${DGIT_SCHROOT_CHROOT:-build}
+# Pretty much any Debian sid snapshot schroot will do.
+
: ${t_archive_method:=aq}
: ${tagpfx:=archive/test-dummy}
: ${suitespecs:=sid:unstable}