btrfs-progs: tests: fix TEST_LOG=dump in convert tests
authorDavid Sterba <dsterba@suse.com>
Tue, 29 Aug 2017 15:42:28 +0000 (17:42 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commiteae83c46f79020f93cc85d3497951ea8db1cdd13
treef7db3b1fb9a529b0b2527a528d5cfcf3856a10e8
parentc6487a7d1d0ae7c4c37785838c4817bd4f864fb7
btrfs-progs: tests: fix TEST_LOG=dump in convert tests

Test failure in convert tests with log dump does not happen because
_fail is called before that and exits. Other test types are ok.

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