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 0b9143e commit 608741d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1478,13 +1478,8 @@ function require_valgrind() {

# Check if Valgrind is enabled in the test build
disable_exit_on_error
<<<<<<< HEAD
../valgrind_check/valgrind_check
ret=$?
=======
./valgrind_check/valgrind_check
local ret1=$?
>>>>>>> 51a2a049c (common: fix valgrind_check command path)
restore_exit_on_error
if [ $ret -ne 0 ]; then
msg=$(interactive_yellow STDOUT "SKIP:")
Expand Down

0 comments on commit 608741d

Please sign in to comment.