aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/test
diff options
context:
space:
mode:
authoruzhas <uzhas@ydb.tech>2023-08-24 17:06:48 +0300
committeruzhas <uzhas@ydb.tech>2023-08-24 17:22:06 +0300
commit2491ba899bf158101666fd335447efd32e27cc34 (patch)
tree81d562b35540926dfdf06e561e3b1875009c7b59 /library/go/test
parent9b8239370c4354cbd86f763d546469a7b3da3538 (diff)
downloadydb-2491ba899bf158101666fd335447efd32e27cc34.tar.gz
ydb: support go code in OSS
Diffstat (limited to 'library/go/test')
-rw-r--r--library/go/test/yatest/env.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/go/test/yatest/env.go b/library/go/test/yatest/env.go
index d655e4c6da..fd2bacbc26 100644
--- a/library/go/test/yatest/env.go
+++ b/library/go/test/yatest/env.go
@@ -149,7 +149,7 @@ func CxxCompilerPath() string {
// Warn: if you are using build with system python (-DUSE_SYSTEM_PYTHON=X) beware that some python bundles
// are built in a stripped-down form that is needed for building, not running tests.
// See comments in the file below to find out which version of python is compatible with tests.
-// https://a.yandex-team.ru/arc/trunk/arcadia/build/platform/python/resources.inc
+// https://github.com/ydb-platform/ydb/arc/trunk/arcadia/build/platform/python/resources.inc
func PythonBinPath() string {
lazyInit()
verifyContext()