btrfs-progs: tests: do not log output of run_mayfail to terminal
authorDavid Sterba <dsterba@suse.com>
Mon, 26 Oct 2015 18:51:10 +0000 (19:51 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 2 Nov 2015 08:35:08 +0000 (09:35 +0100)
commit425274ed8f7a525e997a64abf3492573f3ed967d
treec869449fecec1c25581962f3a29cddcfe9a5324a
parenta73eb8b993dc644f6b10fc18b9036f89e00588e2
btrfs-progs: tests: do not log output of run_mayfail to terminal

No need to log expected failures to the terminal, the results file is
fine; pass the return value of the command.

Signed-off-by: David Sterba <dsterba@suse.com>
tests/common