~fgimenez/snappy-cloud-image/list-private-images

« back to all changes in this revision

Viewing changes to snappy-tests-job/main.go

  • Committer: Leo Arias
  • Date: 2015-08-21 02:39:02 UTC
  • mfrom: (59.1.3 get_branch)
  • Revision ID: leo.arias@canonical.com-20150821023902-531umktasd5wh9nq
Renamed Run to Get in the source interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        // TODO: we need a waitGroup here to run things more efficiently
69
69
        utilHandler := utils.NewBasicHandler()
70
70
        sourceHandler := source.NewBzrHandler(utilHandler)
71
 
        sourcePath, err := sourceHandler.Run(*src)
 
71
        sourcePath, err := sourceHandler.Get(*src)
72
72
        if err != nil {
73
73
                log.Panicf("Error getting %s into %s", *src, sourcePath)
74
74
        }