From 0512040a2a58e0c935fad5448b186163a25b6ee2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Sep 2016 00:10:23 +0100 Subject: [PATCH] Test suite: provide for x-dgit-unfinished restriction This will allow us to add tests which fail or are broken, without causing the test suite as a whole to fail. When the test is good, the restrction should be removed. Signed-off-by: Ian Jackson --- tests/lib-restricts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/lib-restricts b/tests/lib-restricts index 1eb166e4..bffe13a2 100644 --- a/tests/lib-restricts +++ b/tests/lib-restricts @@ -15,3 +15,8 @@ t-restriction-x-dgit-git-only () { t-restriction-x-dgit-schroot-build () { schroot -l -c build 2>&1 >/dev/null || return 1 } + +t-restriction-x-dgit-unfinished () { + echo 'unfinished test, or unfinished feature' + return 1 +} -- 2.30.2