diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-03-27 08:38:19 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-03-27 08:38:19 +0300 |
commit | cd17556f6887bcd2ff85b0071f82f27ef193b619 (patch) | |
tree | e80a54180ad3cb295a812cd26953514dd22d220d /library/cpp/svnversion/test | |
parent | 8f9b3c6be615e45788ac1917ad5dec0c66ae66b1 (diff) | |
download | ydb-cd17556f6887bcd2ff85b0071f82f27ef193b619.tar.gz |
[devtools/ya/package] Populate custom-version to vcs info
Diffstat (limited to 'library/cpp/svnversion/test')
-rw-r--r-- | library/cpp/svnversion/test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/svnversion/test/main.cpp b/library/cpp/svnversion/test/main.cpp index 3c8209047f..830686d5b3 100644 --- a/library/cpp/svnversion/test/main.cpp +++ b/library/cpp/svnversion/test/main.cpp @@ -7,6 +7,7 @@ // ./library/svnversion/test/test[.exe] int main() { Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl; + Cout << "GetCustomVersion(): " << GetCustomVersion() << Endl; Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion(); Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl; Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl; |