]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
new: clarify what CHECK_DMESG does
authorOmar Sandoval <osandov@fb.com>
Wed, 16 Aug 2017 06:00:55 +0000 (23:00 -0700)
committerOmar Sandoval <osandov@fb.com>
Wed, 16 Aug 2017 06:00:55 +0000 (23:00 -0700)
It only checks for scary messages in dmesg, not random messages.

Signed-off-by: Omar Sandoval <osandov@fb.com>
new

diff --git a/new b/new
index 1577fed18a2321bbd3ee81a9ab45f849a4c63afe..b1f592c5946871126b1ca8b5e7e113b00597c02e 100755 (executable)
--- 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"