Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools: bootconfig: Regex enclosed with quotes to make syntax highlight proper

As suggested, changed the square brackets escaping to quote the whole Regex
class.

Link: https://lore.kernel.org/all/20250709030141.27483-1-unixbhaskar@gmail.com/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

authored by

Bhaskar Chowdhury and committed by
Masami Hiramatsu (Google)
63989c77 347e9f50

+2 -2
+2 -2
tools/bootconfig/test-bootconfig.sh
··· 167 167 168 168 xpass $BOOTCONF -a $TEMPCONF $INITRD 169 169 $BOOTCONF $INITRD > $OUTFILE 170 - xfail grep -q val[[:space:]] $OUTFILE 171 - xpass grep -q val2[[:space:]] $OUTFILE 170 + xfail grep -q 'val[[:space:]]' $OUTFILE 171 + xpass grep -q 'val2[[:space:]]' $OUTFILE 172 172 173 173 echo "=== expected failure cases ===" 174 174 for i in samples/bad-* ; do