~juju-qa/ubuntu/yakkety/juju/2.0-beta17

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/uniter/runner/jujuc/status-get_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-08-26 19:28:00 UTC
  • mfrom: (1.5.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160826192800-b2rgj3da7tgfdca4
* New upstream release 2.0-beta16
* Remove all quilt patches
* Ensure autopkgtests run on LXD upload (LP: #1614724)
* Update debian/copyrights

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
}{
43
43
        {[]string{"--format", "json", "--include-data"}, formatJson, statusAttributes},
44
44
        {[]string{"--format", "yaml"}, formatYaml, map[string]interface{}{"status": "error"}},
45
 
        {[]string{}, -1, "error\n"},
46
45
}
47
46
 
48
47
func setFakeStatus(ctx *Context) {