On 2013-04-29, at 6:27 PM, Andreas Dilger wrote: > 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. I found this while trying to test the "-R deprecation" patch. It was failing because the "deprecation" message was being eaten, but the version line was not. I was considering trying to make the output line-for-line compatible with the old output, adding in a few "echo" lines to keep the old whitespace the same, but it didn't seem worthwhile to add complexity for this. I don't think there are a huge number of m_* tests out in the wild that will be broken, but I could be convinced otherwise. The two patches aren't dependent on each other. Cheers, Andreas -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html