mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 17:56:51 +00:00
btrfs-progs: tests: enhance run_mayfail description comment
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
7dbb17dbb2
commit
9d0e6a67f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user