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:
parent
4cdf155a87
commit
75454c2b32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user