Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1487)

Unified Diff: cmd/supercommand_test.go

Issue 8674043: deuglify logging for main packages. (Closed)
Patch Set: deuglify logging for main packages. Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmd/supercommand.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/supercommand_test.go
=== modified file 'cmd/supercommand_test.go'
--- cmd/supercommand_test.go 2013-03-21 06:56:06 +0000
+++ cmd/supercommand_test.go 2013-04-12 08:51:24 +0000
@@ -109,7 +109,7 @@
ctx := testing.Context(c)
code := cmd.Main(jc, ctx, []string{"blah", "--option", "error", "--debug"})
c.Assert(code, Equals, 1)
- c.Assert(bufferString(ctx.Stderr), Matches, `^.* ERROR JUJU:jujutest:blah jujutest blah command failed: BAM!
+ c.Assert(bufferString(ctx.Stderr), Matches, `^.* ERROR command failed: BAM!
error: BAM!
`)
}
« no previous file with comments | « cmd/supercommand.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b