Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
Oops.

Fixes: 7b7d2e0
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Feb 10, 2024
1 parent 3c7bc8c commit 4c27c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/mtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ def __init__(self, test: TestSerialisation, env: T.Dict[str, str], name: str,

# Sanitizers do not default to aborting on error. This is counter to
# expectations when using -Db_sanitize and has led to confusion in the wild
# in CI. Set our own values of {ASAN,UBSAN}_OPTOINS to rectify this, but
# in CI. Set our own values of {ASAN,UBSAN}_OPTIONS to rectify this, but
# only if the user has not defined them.
if ('ASAN_OPTIONS' not in env or not env['ASAN_OPTIONS']):
env['ASAN_OPTIONS'] = 'halt_on_error=1:abort_on_error=1:print_summary=1'
Expand Down

0 comments on commit 4c27c50

Please sign in to comment.