From 9567cc3ab2628b8cec1231858c79651b2913adba Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 29 Oct 2019 02:04:38 +0300 Subject: [PATCH] coretests: fixed missed db option --- tests/core_tests/chaingen_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index 722e8043..27383e5d 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -655,6 +655,7 @@ int main(int argc, char* argv[]) command_line::add_arg(desc_options, arg_run_single_test); command_line::add_arg(desc_options, arg_enable_debug_asserts); command_line::add_arg(desc_options, command_line::arg_data_dir, std::string(".")); + command_line::add_arg(desc_options, command_line::arg_db_engine); bool r = command_line::handle_error_helper(desc_options, [&]() {