summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/scope/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/scope/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/scope/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/scope/main.c b/src/third_party/wiredtiger/test/csuite/scope/main.c
index 4d494401fa1..78b9694ac9f 100644
--- a/src/third_party/wiredtiger/test/csuite/scope/main.c
+++ b/src/third_party/wiredtiger/test/csuite/scope/main.c
@@ -374,8 +374,8 @@ main(int argc, char *argv[])
testutil_check(testutil_parse_opts(argc, argv, opts));
testutil_make_work_dir(opts->home);
- testutil_check(wiredtiger_open(opts->home, &event_handler,
- "create,statistics=(all),statistics_log=(json,on_close,wait=1)", &opts->conn));
+ testutil_check(
+ wiredtiger_open(opts->home, &event_handler, "create,statistics=(all)", &opts->conn));
run(opts->conn, "file:file.SS", "key_format=S,value_format=S");
run(opts->conn, "file:file.Su", "key_format=S,value_format=u");