Whamcloud - gitweb
mke2fs: disable progress reporting in mke2fs.conf for regression tests
authorTheodore Ts'o <tytso@mit.edu>
Mon, 17 Sep 2012 00:43:07 +0000 (20:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 17 Sep 2012 00:43:07 +0000 (20:43 -0400)
commita3e87bcc32a21b1420a15385e0183d58dcaf19b1
tree1b0a42d33ef2cbebb5010b9bd76a88fcf866a82b
parent03237de00aa4fc0ac5910524c00aaef3db369e0d
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>
12 files changed:
misc/mke2fs.c
tests/f_resize_inode/expect
tests/m_dasd_bs/expect.1
tests/m_extent_journal/expect.1
tests/m_large_file/expect.1
tests/m_meta_bg/expect.1
tests/m_mmp/expect.1
tests/m_no_opt/expect.1
tests/m_raid_opt/expect.1
tests/m_std/expect.1
tests/m_uninit/expect.1
tests/mke2fs.conf.in