Merge lp:~chipaca/snappy/skip-homedir-no-schroot into lp:~snappy-dev/snappy/snappy-moved-to-github
| Status: | Merged |
|---|---|
| Approved by: | Michael Vogt on 2015-10-19 |
| Approved revision: | 778 |
| Merged at revision: | 777 |
| Proposed branch: | lp:~chipaca/snappy/skip-homedir-no-schroot |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
67 lines (+14/-2) 4 files modified
cmd/snappy/common_test.go (+6/-1) helpers/helpers_test.go (+3/-0) i18n/i18n.go (+3/-0) snappy/parts.go (+2/-1) |
| To merge this branch: | bzr merge lp:~chipaca/snappy/skip-homedir-no-schroot |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Vogt | 2015-10-19 | Approve on 2015-10-19 | |
|
Review via email:
|
|||
Commit Message
* skip the "homedir is still found when HOME is empty" test when the original HOME env indicates you're in a schroot, as the fallback system call will give the wrong (but correct) result.
* silence the logs when testing a panic in cmd, to avoid scaremongering.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~chipaca/snappy/skip-homedir-no-schroot into lp:snappy failed. Below is the output from the failed tests.
Checking docs
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update golang.org/x/crypto failed; trying to fetch newer version
github.
update github.
golang.org/x/crypto now at 60052bd85f2d912
update github.
github.
update github.
github.
update github.
github.
update code.google.
github.
update github.
code.google.
update github.
github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
update gopkg.in/tomb.v2 failed; trying to fetch newer version
gopkg.in/yaml.v2 now at 49c95bdc2184325
gopkg.in/tomb.v2 now at 14b3d72120e8d10
Building
Running tests from /tmp/tmp.
? launchpad.
=== RUN Test
OK: 12 passed
--- PASS: Test (0.03 seconds)
PASS
coverage: 21.2% of statements
ok launchpad.
=== RUN Test
OK: 41 passed
--- PASS: Test (0.16 seconds)
PASS
coverage: 89.7% of statements
ok launchpad.
=== RUN Test
OK: 39 passed
--- PASS: Test (0.18 seconds)
PASS
coverage: 69.8% of statements
ok launchpad.
? launchpad.
=== RUN Test
OK: 59 passed
--- PASS: Test (0.32 seconds)
PASS
coverage: 78.9% of statements
ok launchpad.
=== RUN Test
OK: 0 passed, 2 sk...
- 778. By John Lenton on 2015-10-19
-
make golint happy again


Nice!