Skip to content

Commit

Permalink
kernel-coverage.sh: ignore genhtml inconsistent errors
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
  • Loading branch information
ColinIanKing committed Jan 22, 2025
1 parent faf4a6a commit c6fdf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -841,4 +841,4 @@ if [ -e $PERF_PARANOID ]; then
fi

sudo lcov -c -o kernel.info --keep-going >& /dev/null
sudo genhtml -o html kernel.info
sudo genhtml --ignore-errors inconsistent -o html kernel.info

0 comments on commit c6fdf8e

Please sign in to comment.