summaryrefslogtreecommitdiff
diff options
authorScott Sweeny <[email protected]>2017-01-18 10:36:53 -0500
committerScott Sweeny <[email protected]>2017-01-18 10:36:53 -0500
commit5280e9d8c2887a6933b09936720ecf8a898e1e54 (patch)
tree79b575dab5a576997a8164662b0bc694b666d8d8
parent0f1061496fd6571a7de2598b0eca9d7c32b8097b (diff)
Default to candidate for images for now
-rwxr-xr-xrun-tests.sh3
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