Skip to content

Commit

Permalink
TMP: use SYNC operation in 'block_tester' sequential test
Browse files Browse the repository at this point in the history
  • Loading branch information
cproc committed Mar 6, 2023
1 parent 49beea2 commit d8a85ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/os/src/app/block_tester/test_sequential.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct Test::Sequential : Test_base

Block::Operation::Type const _op_type = _node.attribute_value("write", false)
? Block::Operation::Type::WRITE
: Block::Operation::Type::READ;
: Block::Operation::Type::SYNC;

using Test_base::Test_base;

Expand Down

0 comments on commit d8a85ba

Please sign in to comment.