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

@@ -19,7 +19,7 @@ func TestCompiler(t *testing.T) {
if err != nil {
t.Errorf("failed to make temp dir: %v", err)
}
srcRoot, err := DefaultSrcRoot(filesys.MakeFsOnDisk())
srcRoot, err := DeterminePluginSrcRoot(filesys.MakeFsOnDisk())
if err != nil {
t.Error(err)
}