test/seastore: return journal type with less lines

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
This commit is contained in:
myoungwon oh 2022-05-12 15:33:50 +09:00
parent 54705adddd
commit 18322f5698

View File

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