Merge lp:~fgimenez/snappy/remove-leftover-snap into lp:~snappy-dev/snappy/snappy-moved-to-github

Proposed by Federico Gimenez
Status: Merged
Approved by: Leo Arias
Approved revision: 747
Merged at revision: 752
Proposed branch: lp:~fgimenez/snappy/remove-leftover-snap
Merge into: lp:~snappy-dev/snappy/snappy-moved-to-github
Diff against target: 19 lines (+2/-0)
1 file modified
_integration-tests/tests/snapd_1_0_packages_test.go (+2/-0)
To merge this branch: bzr merge lp:~fgimenez/snappy/remove-leftover-snap
Reviewer Review Type Date Requested Status
Leo Arias (community) Approve
Review via email: mp+273796@code.launchpad.net

Commit message

Remove leftover installed snap

Description of the change

Remove leftover installed snap

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '_integration-tests/tests/snapd_1_0_packages_test.go'
2--- _integration-tests/tests/snapd_1_0_packages_test.go 2015-09-28 11:39:16 +0000
3+++ _integration-tests/tests/snapd_1_0_packages_test.go 2015-10-08 08:56:17 +0000
4@@ -23,6 +23,7 @@
5 "os"
6
7 "launchpad.net/snappy/_integration-tests/testutils/build"
8+ "launchpad.net/snappy/_integration-tests/testutils/common"
9
10 "gopkg.in/check.v1"
11 )
12@@ -70,6 +71,7 @@
13 func (s *snapd10PackagesTestSuite) TearDownTest(c *check.C) {
14 s.snapdTestSuite.TearDownTest(c)
15 os.Remove(s.snapPath)
16+ common.RemoveSnap(c, build.BasicSnapName)
17 }
18
19 func (s *snapd10PackagesTestSuite) resource() string {

Subscribers

People subscribed via source and target branches