commit | 752dbe48e22aa749cbe63d52fda952108ae6249f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Mar 18 13:54:36 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 29 19:02:28 2019 +0200 |
tree | 56678ef768da005ff0dcec4bc2991afa65d4ead1 | |
parent | 3173fd926c465aca52740497a5f5fac538a271fe [diff] |
btrfs: tests: drop messages when some tests finish The messages like 'extent I/O tests finished' are redundant, if the test fails it's quite obvious in the log and hang is also noticeable. No other then extent_io and free space tree tests print that so make it consistent. Signed-off-by: David Sterba <dsterba@suse.com>