mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +03:00
test: Fix a precedence bug in the runner.
This commit is contained in:
parent
b3caba849d
commit
10c992e861
@ -302,7 +302,7 @@ struct TestCase {
|
||||
close(fd_debuglog);
|
||||
} */
|
||||
|
||||
if ( iobuf && r == Journal::FAILED || r == Journal::TIMEOUT )
|
||||
if ( iobuf && ( r == Journal::FAILED || r == Journal::TIMEOUT ) )
|
||||
iobuf->dump( std::cout );
|
||||
|
||||
journal->done( id(), r );
|
||||
|
Loading…
x
Reference in New Issue
Block a user