diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-12-24 17:59:48 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-12-24 17:59:48 +0300 |
commit | a427ecd4c547958079cce2dae13060b2d60aa4d4 (patch) | |
tree | 0ccb045aa97c64012fb1f5c1ab8b07fdbdcf817d /test/unit/applications/lang | |
parent | 3d712a7078e6cd85dc7f2961628bea46cfea5236 (diff) | |
download | unit-a427ecd4c547958079cce2dae13060b2d60aa4d4.tar.gz unit-a427ecd4c547958079cce2dae13060b2d60aa4d4.tar.bz2 |
Go: installing go module for tests into build directory.
Diffstat (limited to 'test/unit/applications/lang')
-rw-r--r-- | test/unit/applications/lang/go.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/lang/go.py b/test/unit/applications/lang/go.py index b1da8071..7212a95c 100644 --- a/test/unit/applications/lang/go.py +++ b/test/unit/applications/lang/go.py @@ -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( |