1. 29 May, 2018 1 commit
    • David Sterba's avatar
      btrfs: tests: add helper for error messages and update them · 3c7251f2
      David Sterba authored
      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: default avatarDavid Sterba <dsterba@suse.com>
      3c7251f2
  2. 28 May, 2018 39 commits