Skip to content

Commit

Permalink
Merge pull request #5797 from grom72/test-gdb-print-stderr
Browse files Browse the repository at this point in the history
test: print error/warning message in case of Valgrind failure
  • Loading branch information
janekmi authored Jul 14, 2023
2 parents 230334e + d59769d commit 07310b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unittest/python_gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def validate_gdb(self):
# will be checked by 'match' tool
return
if self._process.stderr:
print(self._process.stderr)
raise futils.Fail('Gdb validation failed')

def _prepare_args(self):
Expand Down

0 comments on commit 07310b3

Please sign in to comment.