Ubuntu Pastebin

Paste from fgimenez at Tue, 9 May 2017 10:29:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
fgimenez@dunwich:~/workspace/snappy$ git diff
diff --git a/tests/main/snap-info/check.py b/tests/main/snap-info/check.py
index 93e0dd9..edfbd77 100644
--- a/tests/main/snap-info/check.py
+++ b/tests/main/snap-info/check.py
@@ -69,6 +69,8 @@ check("test-snapd-tools", res[2],
    ("refreshed", exists),
    ("channels", check,
     ("latest/stable", matches, verRevNotesRx("-")),
+    ("latest/candidate", matches, verRevNotesRx("-")),
+    ("latest/beta", matches, verRevNotesRx("-")),
     ("latest/edge", matches, verRevNotesRx("-")),
    ),
 )
Download as text