Make repo more relocatable on developer's workstation.

This commit is contained in:
jregan
2019-11-10 10:42:54 -08:00
parent 6df4efd145
commit 02c0c2692f
3 changed files with 24 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ func (x *PluginTestEnv) makeCompiler() *compiler.Compiler {
if err != nil {
x.t.Error(err)
}
srcRoot, err := compiler.DefaultSrcRoot(filesys.MakeFsOnDisk())
srcRoot, err := compiler.DeterminePluginSrcRoot(filesys.MakeFsOnDisk())
if err != nil {
x.t.Error(err)
}