OSDN Git Service

btrfs: tests: return error from all extent map test cases
authorDavid Sterba <dsterba@suse.com>
Mon, 18 Mar 2019 14:05:27 +0000 (15:05 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:27 +0000 (19:02 +0200)
commitccfada1f650b636733567e1aa059a46424fda926
treece1e3d1fc64d35778a078278724f1b8734917cbf
parent7c6f670052f12a24dc3785ae0179d8199a76cd50
btrfs: tests: return error from all extent map test cases

The way the extent map tests handle errors does not conform to the rest
of the suite, where the first failure is reported and then it stops.
Do the same now that we have the errors returned from all the functions.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tests/extent-map-tests.c