Skip to content

Commit

Permalink
common: fix exception message
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 Mar 18, 2024
1 parent ceca065 commit 0b9143e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/unittest/valgrind.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,7 @@ def _get_valgrind_exe(self, force_enable):
raise futils.Skip('Valgrind not found')

try:
<<<<<<< HEAD
_ = sp.check_output('../valgrind_check/valgrind_check',
=======
out = sp.check_output('./valgrind_check/valgrind_check',
>>>>>>> 51a2a049c (common: fix valgrind_check command path)
shell=True, universal_newlines=True,
stderr=sp.STDOUT)
except sp.CalledProcessError:
Expand Down

0 comments on commit 0b9143e

Please sign in to comment.