diff -Nru ubuntu-snappy-1.7ubuntu1/debian/bzr-builder.manifest ubuntu-snappy-1.7ubuntu1/debian/bzr-builder.manifest --- ubuntu-snappy-1.7ubuntu1/debian/bzr-builder.manifest 2015-11-20 14:02:46.000000000 +0000 +++ ubuntu-snappy-1.7ubuntu1/debian/bzr-builder.manifest 2015-11-21 14:01:38.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-1+901 -lp:~snappy-dev/snappy/trunk-github revid:git-v1:2a00b46ca777a6e84a358fac69a8ae76482d6002 +# bzr-builder format 0.3 deb-version {debupstream}-1+903 +lp:~snappy-dev/snappy/trunk-github revid:git-v1:6c7fdcb3e0ffee76cf947e6224fe653edea8b4b9 diff -Nru ubuntu-snappy-1.7ubuntu1/debian/changelog ubuntu-snappy-1.7ubuntu1/debian/changelog --- ubuntu-snappy-1.7ubuntu1/debian/changelog 2015-11-20 14:02:46.000000000 +0000 +++ ubuntu-snappy-1.7ubuntu1/debian/changelog 2015-11-21 14:01:38.000000000 +0000 @@ -1,8 +1,8 @@ -ubuntu-snappy (1.7ubuntu1-1+901~ubuntu16.04.1) xenial; urgency=low +ubuntu-snappy (1.7ubuntu1-1+903~ubuntu16.04.1) xenial; urgency=low * Auto build. - -- Launchpad Package Builder Fri, 20 Nov 2015 14:02:46 +0000 + -- Launchpad Package Builder Sat, 21 Nov 2015 14:01:38 +0000 ubuntu-snappy (1.7ubuntu1) UNRELEASED; urgency=medium diff -Nru ubuntu-snappy-1.7ubuntu1/integration-tests/data/tpl/control ubuntu-snappy-1.7ubuntu1/integration-tests/data/tpl/control --- ubuntu-snappy-1.7ubuntu1/integration-tests/data/tpl/control 2015-11-20 14:02:45.000000000 +0000 +++ ubuntu-snappy-1.7ubuntu1/integration-tests/data/tpl/control 2015-11-21 14:01:37.000000000 +0000 @@ -1,4 +1,4 @@ {{ $filter := .Filter }} {{ $test := .Test }} -Test-Command: ./integration-tests/scripts/reboot-wrapper {{ $test }} {{ if $filter }}-gocheck.f {{ $filter }}{{ end }} +Test-Command: ./integration-tests/scripts/test-wrapper {{ $test }} {{ if $filter }}-gocheck.f {{ $filter }}{{ end }} Restrictions: allow-stderr diff -Nru ubuntu-snappy-1.7ubuntu1/integration-tests/scripts/reboot-wrapper ubuntu-snappy-1.7ubuntu1/integration-tests/scripts/reboot-wrapper --- ubuntu-snappy-1.7ubuntu1/integration-tests/scripts/reboot-wrapper 2015-11-20 14:02:45.000000000 +0000 +++ ubuntu-snappy-1.7ubuntu1/integration-tests/scripts/reboot-wrapper 1970-01-01 00:00:00.000000000 +0000 @@ -1,46 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2015 Canonical Ltd -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 3 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -# This runs the $1 go test binary and reboots if necessary. - -set -e - -TEST=$1 -NEEDS_REBOOT=/tmp/needs-reboot - -# We export the tests bin path so the snappy binary that might be compiled from -# the branch is found. -export PATH=$(pwd)/integration-tests/bin:$PATH - -# XXX sudo does not preserve the user PATH. A nicer way to solve this would be -# to use an alias, but go exec.Command sets the full binary path. -cat > $(pwd)/integration-tests/bin/sudo <. + +# This runs the $1 go test binary and reboots if necessary. + +set -e + +TEST=$1 +NEEDS_REBOOT=/tmp/needs-reboot + +# We export the tests bin path so the snappy binary that might be compiled from +# the branch is found. +export PATH=$(pwd)/integration-tests/bin:$PATH + +# XXX sudo does not preserve the user PATH. A nicer way to solve this would be +# to use an alias, but go exec.Command sets the full binary path. +cat > $(pwd)/integration-tests/bin/sudo <