Go: installing go module for tests into build directory.

This commit is contained in:
Max Romanov
2019-12-24 17:59:48 +03:00
parent 3d712a7078
commit a427ecd4c5
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class TestApplicationGo(TestApplicationProto):
os.mkdir(self.testdir + '/go')
env = os.environ.copy()
env['GOPATH'] = self.pardir + '/go'
env['GOPATH'] = self.pardir + '/build/go'
try:
process = Popen(