Merge branch 'master' into fix-process-args-fields

This commit is contained in:
Jeff Regan
2019-12-12 13:41:50 -08:00
committed by GitHub
3559 changed files with 5871 additions and 740913 deletions

View File

@@ -37,6 +37,16 @@ func DeterminePluginSrcRoot(fSys filesys.FileSystem) (string, error) {
"source directory", fSys, []konfig.NotedFunc{
{
Note: "relative to unit test",
F: func() string {
return filepath.Clean(
filepath.Join(
os.Getenv("PWD"),
"..", "..",
konfig.RelPluginHome))
},
},
{
Note: "relative to unit test (internal pkg)",
F: func() string {
return filepath.Clean(
filepath.Join(