We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b950460 + 2f3f651 commit b2a80bfCopy full SHA for b2a80bf
1 file changed
tools/testing/selftests/livepatch/functions.sh
@@ -277,7 +277,7 @@ function check_result {
277
# help differentiate repeated testing runs. Remove them with a
278
# post-comparison sed filter.
279
280
- result=$(dmesg | diff --changed-group-format='%>' --unchanged-group-format='' "$SAVED_DMESG" - | \
+ result=$(dmesg | comm -13 "$SAVED_DMESG" - | \
281
grep -e 'livepatch:' -e 'test_klp' | \
282
grep -v '\(tainting\|taints\) kernel' | \
283
sed 's/^\[[ 0-9.]*\] //')
0 commit comments