[ci][fuzzer] print valgrind failure if an error happened
This commit is contained in:
parent
2bd953ff4f
commit
bdfdac0f26
|
@ -89,7 +89,7 @@ for file in os.listdir (parent_path):
|
|||
if 'error' in text:
|
||||
returncode = 1
|
||||
|
||||
if not valgrind and text.strip ():
|
||||
if (not valgrind or returncode) and text.strip ():
|
||||
print (text)
|
||||
|
||||
if returncode != 0:
|
||||
|
|
Loading…
Reference in New Issue