Permalink
Fetching contributors…
Cannot retrieve contributors at this time
executable file 13 lines (9 sloc) 383 Bytes
#!/bin/sh
set -e
mkdir -p bin
( cd bin && wget https://niemeyer.s3.amazonaws.com/spread-amd64.tar.gz -O spread.tar.gz && tar xzvf spread.tar.gz )
git clone https://github.com/snapcore/snapd target
cd target || exit 1
# unity test is failing, only run docker
../bin/spread -v linode:tests/nightly/docker
../bin/spread -v linode:ubuntu-16.04-64:tests/nested/extra-snaps-assertions