mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:44:12 +08:00
test: add failfast option.
This commit is contained in:
parent
5ed0ccfcbb
commit
9a2806c6a8
@ -241,6 +241,9 @@ int main(int argc, char *const argv[]) {
|
||||
configure_actor(lastid, ac_deadwrite, value, params);
|
||||
continue;
|
||||
}
|
||||
if (config::parse_option(argc, argv, narg, "failfast",
|
||||
global::config::failfast))
|
||||
continue;
|
||||
|
||||
if (*argv[narg] != '-')
|
||||
testcase_setup(argv[narg], params, lastid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user