summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-06 00:10:23 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-06 00:31:48 +0100
commit0512040a2a58e0c935fad5448b186163a25b6ee2 (patch)
tree447d0ea37b88d2c3299f6902b5b6f46d5c44d468
parent6ebc225def00c400db654fa7fa562725432fe3a7 (diff)
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 <ijackson@chiark.greenend.org.uk>
-rw-r--r--tests/lib-restricts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib-restricts b/tests/lib-restricts
index 1eb166e..bffe13a 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
+}