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 Dec 7, 2023
1 parent a6483d2 commit 92fb7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittest/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ function require_valgrind() {

#Check if Valgrind is enabeld in test build
disable_exit_on_error
./valgrind_check/valgrind_check
../valgrind_check/valgrind_check
local ret1=$?
restore_exit_on_error
if [ $ret1 -ne 0 ]; then
Expand Down

0 comments on commit 92fb7a9

Please sign in to comment.