mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 05:22:21 +08:00
test: failfast option.
Change-Id: I42d1bdb9c20c9b96cfa41304bd025b09fab20518
This commit is contained in:
@@ -325,6 +325,8 @@ void dump(const char *title) {
|
||||
log_info("cleanup: before %s, after %s\n",
|
||||
global::config::cleanup_before ? "Yes" : "No",
|
||||
global::config::cleanup_after ? "Yes" : "No");
|
||||
|
||||
log_info("failfast: %s\n", global::config::failfast ? "Yes" : "No");
|
||||
}
|
||||
|
||||
} /* namespace config */
|
||||
|
||||
Reference in New Issue
Block a user