summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/rwlock/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/rwlock/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/rwlock/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/rwlock/main.c b/src/third_party/wiredtiger/test/csuite/rwlock/main.c
index 43e4b308ccc..2c606e2697f 100644
--- a/src/third_party/wiredtiger/test/csuite/rwlock/main.c
+++ b/src/third_party/wiredtiger/test/csuite/rwlock/main.c
@@ -66,9 +66,8 @@ main(int argc, char *argv[])
running = true;
testutil_make_work_dir(opts->home);
- testutil_check(wiredtiger_open(opts->home, NULL,
- "create,session_max=1000,statistics=(all),statistics_log=(json,on_close,wait=1)",
- &opts->conn));
+ testutil_check(
+ wiredtiger_open(opts->home, NULL, "create,session_max=1000,statistics=(all)", &opts->conn));
testutil_check(__wt_rwlock_init(NULL, &rwlock));
testutil_check(pthread_rwlock_init(&p_rwlock, NULL));