From f532fe426046975c460a0b19625dc730100fbd0e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 10 Apr 2024 11:40:42 +0200 Subject: pkg/report: make "mand mount option" regexps more robust In some cases, we may only collect a part of the kernel output. There are no other "mand mount option" warnings in the kernel, so let's match by a shorter regexp. --- pkg/report/testdata/linux/report/712 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkg/report/testdata/linux/report/712 (limited to 'pkg/report/testdata') diff --git a/pkg/report/testdata/linux/report/712 b/pkg/report/testdata/linux/report/712 new file mode 100644 index 000000000..be0955abe --- /dev/null +++ b/pkg/report/testdata/linux/report/712 @@ -0,0 +1,4 @@ +TITLE: + +[ 33.603917][ T3329] ====================================================== +[ 33.603917][ T3329] WARNING: the mand mount option is being deprecat \ No newline at end of file -- cgit mrf-deployment