ACK: [PATCH 1/1] [TRUSTY] UBUNTU: SAUCE: DEP8 test to run our regression tests

Chris J Arges chris.j.arges at canonical.com
Fri Oct 24 16:44:02 UTC 2014



On 10/24/2014 10:28 AM, Brad Figg wrote:
> BugLink: http://bugs.launchpad.net/bugs/1385330
> 
> Signed-off-by: Brad Figg <brad.figg at canonical.com>
> ---
>  debian/tests/control                 | 8 ++++++--
>  debian/tests/ubuntu-regression-suite | 4 ++++
>  2 files changed, 10 insertions(+), 2 deletions(-)
>  create mode 100755 debian/tests/ubuntu-regression-suite
> 

I'll ack assuming you've run this on your local machine using:
http://packaging.ubuntu.com/html/auto-pkg-test.html

--chris

> diff --git a/debian/tests/control b/debian/tests/control
> index eb022dc..49f60ee 100644
> --- a/debian/tests/control
> +++ b/debian/tests/control
> @@ -1,3 +1,7 @@
>  Tests: rebuild
> -Depends: build-essential
> -Restrictions: build-needed
> +Depends: @builddeps@, fakeroot
> +Restrictions: allow-stderr
> +
> +Tests: ubuntu-regression-suite
> +Depends: build-essential, gcc-multilib, gdb, git, bzr
> +Restrictions: allow-stderr, isolation-machine, breaks-testbed
> diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
> new file mode 100755
> index 0000000..233b771
> --- /dev/null
> +++ b/debian/tests/ubuntu-regression-suite
> @@ -0,0 +1,4 @@
> +#!/bin/sh
> +set -e
> +git clone git://kernel.ubuntu.com/ubuntu/kernel-testing
> +kernel-testing/run-dep8-tests
> 




More information about the kernel-team mailing list