]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Display the sanitizer config in the regrtest header. (#105301)
authorGregory P. Smith <greg@krypto.org>
Tue, 6 Jun 2023 06:36:36 +0000 (23:36 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 06:36:36 +0000 (23:36 -0700)
commit852348ab65783601e0844b6647ea033668b45c11
treea6057e85fcfebec7f091e230f6d59bcdf8f5f308
parentf04c16875b649e2c2b420eb146308d0206c7e527
Display the sanitizer config in the regrtest header. (#105301)

Display the sanitizers present in libregrtest.

Having this in the CI output for tests with the relevant environment
variable displayed will help make it easier to do what we need to
create an equivalent local test run.
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py