check: make results/check.log match everybody else
authorJosef Bacik <jbacik@fb.com>
Tue, 5 Apr 2016 01:45:41 +0000 (11:45 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 5 Apr 2016 01:45:41 +0000 (11:45 +1000)
commitddc94836449fc9e00d5d7dc5b1b32714159d10e1
treed196d9d8a31335ac4644b829c1fa4627936ee522
parent4548a76e89353de8721f0077a91cac781e0ecccc
check: make results/check.log match everybody else

results/check.log is inconsistent with what goes to stdout and $tmp.summary.  It
passes the ran and failed tests through fmt but not the "Not Run" tests for some
reason, and nobody else passes it through fmt.  So fix this to be the same
output as what goes to stdout and $tmp.summary to make for easier post parsing.
Now we'll get

Ran: <single line with all the tests>
Not run: <single line with all the not run tests>
Failures: <single line with all the failed tests>

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
check