diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2016-08-31 14:45:41 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2016-08-31 14:45:41 +0200 |
| commit | d9e2f3e7c9135681857bdbbc912489c25fa870b1 (patch) | |
| tree | f7e9aa448c7aab660ed68e6c74c549359fdcad81 /tests | |
| parent | c40ed8f5ae6e78e958f84a522b50565c692998ed (diff) | |
use beta u-d-f in test by default (alpha will soon have a different u-d-f)
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/lib/prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/prepare.sh b/tests/lib/prepare.sh index 601e84d345..661af858ed 100755 --- a/tests/lib/prepare.sh +++ b/tests/lib/prepare.sh @@ -33,7 +33,7 @@ setup_reflash_magic() { apt install -y ${SPREAD_PATH}/../snapd_*.deb snap install --edge ubuntu-core - snap install --edge --devmode ubuntu-device-flash + snap install --beta --devmode ubuntu-device-flash # needs to be under /home because ubuntu-device-flash # uses snap-confine and that will hide parts of the hostfs |
