Skip to content

Commit

Permalink
test: print error/warning message in case of Valgrind failure
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jul 13, 2023
1 parent f0815d4 commit d59769d
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 d59769d

Please sign in to comment.