1
0
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:
Petr Rockai 2014-06-28 11:15:28 +02:00
parent b3caba849d
commit 10c992e861

View File

@ -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 );