mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
f9fd342e56
The sed filters for test outputs that are used to remove build and test specific information (such as version strings, dates, times, UUIDs) were unconditionally deleting the first line of output. This would normally contain the tool version string, but in some cases contained other information that was being lost. This can lead to difficulty debugging test failures. The sed filtering has been changed to only remove the actual version strings. As well, similar filter strings were duplicated throughout many scripts, and "sed" and "tr" were often called multiple times in a pipeline. These have been consolidated into a single filter.sed file to avoid having to maintain these filters in multiple places. In a few cases, accidentally deleted messages have been restored to the expect output for the tests. In other cases, trivial whitespace has been changed in the expect files. Signed-off-by: Andreas Dilger <adilger@dilger.ca> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13 lines
473 B
Groff
13 lines
473 B
Groff
test_filesys: Note: if several inode or block bitmap blocks or part
|
|
of the inode table require relocation, you may wish to try
|
|
running e2fsck with the '-b 8193' option first. The problem
|
|
may lie only with the primary block group descriptors, and
|
|
the backup block group descriptors may be OK.
|
|
|
|
test_filesys: Block bitmap for group 0 is not in group. (block 0)
|
|
|
|
|
|
test_filesys: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
|
|
(i.e., without -a or -p options)
|
|
Exit status is 4
|