From 9d9e0d09473ec4f789dba1167bd936b2d630aecf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Sep 2016 02:01:09 +0100 Subject: 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 --- tests/tests/quilt-gbp-build-modes | 4 ---- tests/tests/quilt-gbp-build-modes-sbuild | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100755 tests/tests/quilt-gbp-build-modes-sbuild (limited to 'tests') diff --git a/tests/tests/quilt-gbp-build-modes b/tests/tests/quilt-gbp-build-modes index 8f488bb..b89c26e 100755 --- a/tests/tests/quilt-gbp-build-modes +++ b/tests/tests/quilt-gbp-build-modes @@ -3,15 +3,11 @@ set -e . tests/lib . $troot/lib-build-modes -t-dependencies sbuild -t-restrict x-dgit-schroot-build - bm-gbp-example-acts \ 'build-source' \ 'build -b' \ 'build -S' \ 'gbp-build -S' \ 'gbp-build -b' \ - 'sbuild -c build --arch-all' \ echo ok. 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. -- cgit v1.2.3