Commit 30c453a6 authored by Brad Figg's avatar Brad Figg Committed by Tim Gardner

UBUNTU: [Debian] DEP8 test to run our regression tests

Signed-off-by: default avatarBrad Figg <brad.figg@canonical.com>
parent 5795046f
Tests: rebuild
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
#!/bin/sh
set -e
sver=`dpkg-parsechangelog -SVersion`
read x rver x </proc/version_signature
flavour=${rver#*-*-}
rver=${rver%-$flavour}
echo "Source Package Version: $sver"
echo "Running Kernel Version: $rver"
if [ "$sver" != "$rver" ]; then
echo "ERROR: running version does not match source package" 1>&2
exit 1
fi
git clone git://kernel.ubuntu.com/ubuntu/kernel-testing
kernel-testing/run-dep8-tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment