Make output of sanitizer nicer
This commit is contained in:
parent
327429b625
commit
546d9e41f2
@ -57,7 +57,7 @@ def check_functest_sanitizers(implementation):
|
|||||||
TYPE=implementation.scheme.type,
|
TYPE=implementation.scheme.type,
|
||||||
SCHEME=implementation.scheme.name,
|
SCHEME=implementation.scheme.name,
|
||||||
IMPLEMENTATION=implementation.name,
|
IMPLEMENTATION=implementation.name,
|
||||||
EXTRAFLAGS='-fsanitize=address,undefined',
|
EXTRAFLAGS='-g -fsanitize=address,undefined',
|
||||||
working_dir=os.path.join('..', 'test'),
|
working_dir=os.path.join('..', 'test'),
|
||||||
env=env)
|
env=env)
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user