linux/fs/btrfs/tests
David Sterba 3c7251f2f8 btrfs: tests: add helper for error messages and update them
The test failures are not clearly visible in the system log as they're
printed at INFO level. Add a new helper that is level ERROR. As this
touches almost all strings, I took the opportunity to unify them:

- decapitalize the first letter as there's a prefix and the text
  continues after ":"
- glue strings split to more lines and un-indent so they fit to 80
  columns
- use %llu instead of %Lu
- drop \n from the modified messages (test_msg is left untouched)

Signed-off-by: David Sterba <dsterba@suse.com>
2018-05-29 18:12:51 +02:00
..
btrfs-tests.c btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info field 2018-05-28 18:07:32 +02:00
btrfs-tests.h btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
extent-buffer-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
extent-io-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
extent-map-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
free-space-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
free-space-tree-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
inode-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00
qgroup-tests.c btrfs: tests: add helper for error messages and update them 2018-05-29 18:12:51 +02:00