mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 17:32:24 +08:00
mdbx-test: fix iteration count.
Change-Id: Iaf19af417e54ee4ad968722c94d377dab29be149
This commit is contained in:
@@ -576,7 +576,7 @@ bool test_execute(const actor_config &config_const) {
|
||||
} else {
|
||||
if (config.params.nrepeat == 1)
|
||||
log_info("test successed");
|
||||
else if (config.params.nrepeat == 1)
|
||||
else if (config.params.nrepeat)
|
||||
log_info("test successed (iteration %zi of %zi)", iter,
|
||||
size_t(config.params.nrepeat));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user