diff options
| author | Scott Sweeny <[email protected]> | 2017-01-18 10:36:53 -0500 |
|---|---|---|
| committer | Scott Sweeny <[email protected]> | 2017-01-18 10:36:53 -0500 |
| commit | 5280e9d8c2887a6933b09936720ecf8a898e1e54 (patch) | |
| tree | 79b575dab5a576997a8164662b0bc694b666d8d8 | |
| parent | 0f1061496fd6571a7de2598b0eca9d7c32b8097b (diff) | |
Default to candidate for images for now
| -rwxr-xr-x | run-tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 9fcabde1..9ffe1e68 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -17,7 +17,8 @@ set -e image_name=ubuntu-core-16.img -channel=stable +# FIXME: default to candidate channel until snapd 2.21 lands in stable +channel=candidate spread_opts= force_new_image=0 test_from_channel=0 |
