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 242584b commit 15dc6ddCopy full SHA for 15dc6dd
tools/testing/selftests/livepatch/functions.sh
@@ -301,7 +301,8 @@ function check_result {
301
result=$(dmesg | awk -v last_dmesg="$LAST_DMESG" 'p; $0 == last_dmesg { p=1 }' | \
302
grep -e 'livepatch:' -e 'test_klp' | \
303
grep -v '\(tainting\|taints\) kernel' | \
304
- sed 's/^\[[ 0-9.]*\] //')
+ sed 's/^\[[ 0-9.]*\] //' | \
305
+ sed 's/^\[[ ]*[CT][0-9]*\] //')
306
307
if [[ "$expect" == "$result" ]] ; then
308
echo "ok"
0 commit comments