From f0b46b0422f6ce3bb7c360ee3717eef95d621526 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Jul 2018 05:00:51 +0100 Subject: test suite: Honour DGIT_SCHROOT_CHROOT to set the schroot to use for the sbuild tests. Signed-off-by: Ian Jackson --- tests/lib-restricts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib-restricts') diff --git a/tests/lib-restricts b/tests/lib-restricts index bb695c4..dfaaa25 100644 --- a/tests/lib-restricts +++ b/tests/lib-restricts @@ -13,6 +13,8 @@ t-restriction-x-dgit-git-only () { } t-restriction-x-dgit-schroot-build () { + # if DGIT_SCHROOT_CHROOT is set, user wants not to skip this test + if [ "x${DGIT_SCHROOT_CHROOT}" != x ]; then return 0; fi schroot -l -c build 2>&1 >/dev/null || return 1 } -- cgit v1.2.3