summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-11 13:36:27 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-11 16:25:19 +0100
commit9d0e6a67f9d884bca99e9ca1fff0118dc310384f (patch)
tree16a875f82b0a0064524dd152a01ef246d24cbe5d
parent7dbb17dbb2ea65d22b573641c20c09eceabc652c (diff)
btrfs-progs: tests: enhance run_mayfail description comment
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--tests/common4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/common b/tests/common
index c8ac0c15..c61962da 100644
--- a/tests/common
+++ b/tests/common
@@ -63,7 +63,9 @@ run_check_stdout()
fi
}
-# same as run_check but does not fail the test, output is logged
+# same as run_check but does not fail the test if it's handled gracefully by
+# the tool, unexpected failure like segfault or abor will exit forcibly
+# output is logged
run_mayfail()
{
local ret