~mvo/snapd/+git/snapd-mvo:no-pipefail-again

Last commit made on 2019-01-24
Get this branch:
git clone -b no-pipefail-again https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
no-pipefail-again
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

019479b... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into no-pipefail-again

96fee42... by Michael Vogt

Merge pull request #6423 from bboozzoo/bboozzoo/section-rename

tests/main/searching: video section got renamed to photo-and-video

62d21c4... by Maciej Borzecki

tests/main/searching: tweak for 32bit systems

Vlc snap is not published for x86 and we use it to verify that search by arch is
correctly done. However, there is another snap 'mjpg-streamer' which needs to be
accounted for.

Signed-off-by: Maciej Borzecki <email address hidden>

1197ea6... by Maciej Borzecki

tests/main/searching: video section got renamed to photo-and-video

The 'video' section is no more and it has been apparently renamed to
'photo-and-video'.

Signed-off-by: Maciej Borzecki <email address hidden>

d10bcc6... by Michael Vogt

tests: remove -o pipefail

The `-o pipefail` option can have some unexpected side-effects
which are counter-intuitive and hard to debug/understand:

With SIGPIPE and "echo | grep -q" there is a race condition. If
grep exists before echo is finished writing data then echo will
get a SIGPIPE and this makes MATCH fail (which is very obscure
to the user). We use "echo | grep" e.g. in check_journalctl_log
and this failed in the new debian-sid suite.

310d6e0... by Maciej Borzecki

Merge pull request #6416 from mvo5/cmd-run-suite

snap: really run the RunSuite

ca3aec2... by Michael Vogt

snap: really run the RunSuite

8650096... by "John R. Lenton" <email address hidden>

Merge pull request #6405 from mvo5/go.10-2

run-checks: ensure we use go-1.10 if available

57b2e61... by Michael Vogt

Merge pull request #6407 from mvo5/dbus-from-beta

tests: get test-snapd-dbus-{provider,consumer} from the beta channel

768b172... by Michael Vogt

Merge pull request #6409 from zyga/fix/apparmor-sbuild

interfaces/apparmor: mock presence of overlayfs root