]> arthur.barton.de Git - bup.git/commit
cmd/fsck-cmd.py: Do not warn about empty par2 output
authorChristian Cornelssen <ccorn@1tein.de>
Tue, 18 Feb 2020 14:43:51 +0000 (15:43 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 1 Mar 2020 22:54:55 +0000 (16:54 -0600)
commit19f9faeb0055dadb7f76a953d51acec8373c6edb
treec7f2624371cbb0755757299e7952d5e07a163fe6
parenta79de5af5c6fcdf730a94ae8d1b839dfbbc2dc59
cmd/fsck-cmd.py: Do not warn about empty par2 output

With a recent `par2` installed, `bup fsck -v` outputs messages like

  Unexpected par2 error output
  ''Assuming par2 supports parallel processing

when there was no error output and the exit status was zero.  Stop
printing the warning in that case.

Signed-off-by: Christian Cornelssen <ccorn@1tein.de>
[rlb@defaultvalue.org: add information from the pr to commit message]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/fsck-cmd.py