~themue/juju-core/053-env-more-script-friendly

« back to all changes in this revision

Viewing changes to testing/mgo.go

Merge trunk and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
}
121
121
 
122
122
func (s *MgoSuite) SetUpSuite(c *C) {
123
 
        c.Logf("mgo setupsuite")
124
123
        if MgoAddr == "" {
125
124
                panic("MgoSuite tests must be run with MgoTestPackage")
126
125
        }