diff options
author | ivanvan <ivanvan@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
commit | c97fdc253119363a87ed8e30aa28fd08bfcdde35 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python/testing/yatest_common/yatest/common | |
parent | 0cf16afad50afd6c26959870d9b258c9b0f541b6 (diff) | |
download | ydb-c97fdc253119363a87ed8e30aa28fd08bfcdde35.tar.gz |
Restoring authorship annotation for <ivanvan@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/python/testing/yatest_common/yatest/common')
-rw-r--r-- | library/python/testing/yatest_common/yatest/common/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py index eb011e7370..a8bcc21f51 100644 --- a/library/python/testing/yatest_common/yatest/common/process.py +++ b/library/python/testing/yatest_common/yatest/common/process.py @@ -26,7 +26,7 @@ from . import environment MAX_OUT_LEN = 1000 * 1000 # 1 mb MAX_MESSAGE_LEN = 1500 -SANITIZER_ERROR_PATTERN = br": ([A-Z][\w]+Sanitizer)" +SANITIZER_ERROR_PATTERN = br": ([A-Z][\w]+Sanitizer)" GLIBC_PATTERN = re.compile(r"\S+@GLIBC_([0-9.]+)") yatest_logger = logging.getLogger("ya.test") |