summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-gbp-build-modes-sbuild
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-19 02:01:09 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-25 20:12:52 +0100
commit9d9e0d09473ec4f789dba1167bd936b2d630aecf (patch)
treea457df093cf3beb4a240318a34435ed6483f5f9b /tests/tests/quilt-gbp-build-modes-sbuild
parente0f2481785baebd56a8082c9353071ae83c11922 (diff)
Test suite: quilt-gbp-build-modes-sbuild: Split out
Now the other tests can run even if the sbuild chroot is not available. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/quilt-gbp-build-modes-sbuild')
-rwxr-xr-xtests/tests/quilt-gbp-build-modes-sbuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/tests/quilt-gbp-build-modes-sbuild b/tests/tests/quilt-gbp-build-modes-sbuild
new file mode 100755
index 0000000..8da93d3
--- /dev/null
+++ b/tests/tests/quilt-gbp-build-modes-sbuild
@@ -0,0 +1,12 @@
+#!/bin/bash
+set -e
+. tests/lib
+. $troot/lib-build-modes
+
+t-dependencies sbuild
+t-restrict x-dgit-schroot-build
+
+bm-gbp-example-acts \
+ 'sbuild -c build --arch-all' \
+
+echo ok.