We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3360882 commit 28aecefCopy full SHA for 28aecef
tools/testing/selftests/livepatch/functions.sh
@@ -306,7 +306,8 @@ function check_result {
306
result=$(dmesg | awk -v last_dmesg="$LAST_DMESG" 'p; $0 == last_dmesg { p=1 }' | \
307
grep -e 'livepatch:' -e 'test_klp' | \
308
grep -v '\(tainting\|taints\) kernel' | \
309
- sed 's/^\[[ 0-9.]*\] //')
+ sed 's/^\[[ 0-9.]*\] //' | \
310
+ sed 's/^\[[ ]*[CT][0-9]*\] //')
311
312
if [[ "$expect" == "$result" ]] ; then
313
echo "ok"
0 commit comments