commit | a3e87bcc32a21b1420a15385e0183d58dcaf19b1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Sep 16 20:43:07 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Sep 16 20:43:07 2012 -0400 |
tree | 1b0a42d33ef2cbebb5010b9bd76a88fcf866a82b | |
parent | 03237de00aa4fc0ac5910524c00aaef3db369e0d [diff] |
mke2fs: disable progress reporting in mke2fs.conf for regression tests Add a configuration knob so the regression tests can disable progress reporting. This fixes a potential lack of predictability since the progress reports are now time based (once a second) which is problematic for regression tests which are comparing the expected output of mke2fs. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>