Ubuntu Pastebin

Paste from morphis at Wed, 17 May 2017 10:20:23 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
+ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/dirs.sh
++ SNAPMOUNTDIR=/snap
++ LIBEXECDIR=/usr/lib
++ CORELIBEXECDIR=/usr/lib
++ case "$SPREAD_SYSTEM" in
++ SNAPMOUNTDIR=/var/lib/snapd/snap
++ LIBEXECDIR=/usr/libexec
+ echo 'Install fresh test-snapd-tools'
Install fresh test-snapd-tools
+ snap install test-snapd-tools
test-snapd-tools 1.0 from 'canonical' installed
+ test-snapd-tools.echo hello
hello
+ echo 'Refresh, subsequent runs after refresh will fail if / is not rshared'
Refresh, subsequent runs after refresh will fail if / is not rshared
+ snap refresh --edge test-snapd-tools
test-snapd-tools (edge) 1.0+fake1 from 'canonical' refreshed
+ test-snapd-tools.echo hello
cannot snap-exec: cannot read info for "test-snapd-tools": cannot find installed snap "test-snapd-tools" at revision 5
Download as text