From: Omar Sandoval Date: Wed, 16 Aug 2017 06:00:55 +0000 (-0700) Subject: new: clarify what CHECK_DMESG does X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=836be70fb314b0ed94178dbbf1dad652d09759ef;p=users%2Fsagi%2Fblktests.git new: clarify what CHECK_DMESG does It only checks for scary messages in dmesg, not random messages. Signed-off-by: Omar Sandoval --- diff --git a/new b/new index 1577fed..b1f592c 100755 --- a/new +++ b/new @@ -171,8 +171,8 @@ DESCRIPTION="" # TODO: if this test honors the configured \$TIMEOUT, uncomment the line below. # TIMED=1 -# TODO: dmesg is checked after each test run by default. You can suppress this -# by defining: +# TODO: dmesg is checked for oopses, warnings, etc. after each test run by +# default. You can suppress this by defining: # CHECK_DMESG=0 # Alternatively, you can filter out any unimportant messages in dmesg like so: # DMESG_FILTER="grep -v sysfs"