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