~dstroppa/juju-core/joyent-provider-storage

« back to all changes in this revision

Viewing changes to testing/testbase/log.go

  • Committer: Daniele Stroppa
  • Date: 2014-01-08 15:58:10 UTC
  • mfrom: (1953.1.231 juju-core)
  • Revision ID: daniele.stroppa@joyent.com-20140108155810-xecbwrqkb5i0fyoe
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
func (t *LoggingSuite) SetUpTest(c *gc.C) {
39
39
        t.CleanupSuite.SetUpTest(c)
 
40
        t.PatchEnvironment("JUJU_LOGGING_CONFIG", "")
40
41
        t.setUp(c)
41
42
}
42
43