]> git.sur5r.net Git - u-boot/commit
test/fs: strip noise from filesystem code prior to checking results
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Tue, 13 Sep 2016 23:01:29 +0000 (01:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 12:57:43 +0000 (08:57 -0400)
commitd9554b7f4bcbf8310e364b05b900e464d5e1ac47
treedb0653b9b160eac2a1f532f42f4b51a74bd54424
parent06806e38d8675995ee05a247ba119d7efb7fc49a
test/fs: strip noise from filesystem code prior to checking results

ext4 and fat code emit some diagnostic messages during command execution.
These additional lines force a match window size which strictly is not
necessary.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
test/fs/fs-test.sh