github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/worker/uniter/runner/export_test.go (about) 1 // Copyright 2012-2014 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package runner 5 6 import ( 7 "github.com/juju/juju/worker/uniter/runner/context" 8 ) 9 10 var ( 11 MergeWindowsEnvironment = mergeWindowsEnvironment 12 SearchHook = searchHook 13 HookCommand = hookCommand 14 LookPath = lookPath 15 ) 16 17 func RunnerPaths(rnr Runner) context.Paths { 18 return rnr.(*runner).paths 19 }