1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: rusage skipped only for skipped

This commit is contained in:
Zdenek Kabelac 2015-04-14 11:15:42 +02:00
parent 4cdf155a87
commit 75454c2b32

View File

@ -917,7 +917,7 @@ struct TestCase {
if ( options.batch ) {
int spaces = std::max( 64 - int(pretty().length()), 0 );
progress( Last ) << " " << std::string( spaces, '.' ) << " " << r;
if ( r == Journal::PASSED )
if ( r != Journal::SKIPPED )
progress( First ) << " " << rusage();
progress( Last ) << std::endl;
} else