mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
test/seastore: return journal type with less lines
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
This commit is contained in:
parent
54705adddd
commit
18322f5698
@ -74,10 +74,7 @@ struct transaction_manager_test_t :
|
||||
|
||||
bool for_segmented() {
|
||||
std::string j_type = GetParam();
|
||||
if (j_type == "segmented") {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return j_type == "segmented";
|
||||
}
|
||||
seastar::future<> set_up_fut() final {
|
||||
std::string j_type = GetParam();
|
||||
|
Loading…
Reference in New Issue
Block a user