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

« back to all changes in this revision

Viewing changes to environs/ec2/live_test.go

Merge trunk and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        // Put some fake tools in place so that tests that are simply
81
81
        // starting instances without any need to check if those instances
82
82
        // are running will find them in the public bucket.
83
 
        envtesting.PutFakeTools(c, t.writablePublicStorage)
 
83
        envtesting.UploadFakeTools(c, t.writablePublicStorage)
84
84
        t.LiveTests.SetUpSuite(c)
85
85
}
86
86