1
1

Make output of sanitizer nicer

Este cometimento está contido em:
Thom Wiggers 2019-04-16 13:24:23 +02:00
ascendente 327429b625
cometimento 546d9e41f2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 001BB0A7CE26E363

Ver ficheiro

@ -57,7 +57,7 @@ def check_functest_sanitizers(implementation):
TYPE=implementation.scheme.type,
SCHEME=implementation.scheme.name,
IMPLEMENTATION=implementation.name,
EXTRAFLAGS='-fsanitize=address,undefined',
EXTRAFLAGS='-g -fsanitize=address,undefined',
working_dir=os.path.join('..', 'test'),
env=env)
try: