summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lib5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib b/tests/lib
index a297227..564ea51 100644
--- a/tests/lib
+++ b/tests/lib
@@ -1133,6 +1133,11 @@ t-policy-periodic () {
: '))))))))))))))))))))))))))))))))))))))))'
}
+t-buildproductsdir-config () {
+ t-git-config dgit.default.build-products-dir $tmp/bpd
+ mkdir -p $tmp/bpd
+}
+
t-restrict () {
local restriction=$1
(cd $root; t-restriction-$restriction >&2)