summaryrefslogtreecommitdiff
path: root/test/checkpoint/test_checkpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/checkpoint/test_checkpoint.c')
-rw-r--r--test/checkpoint/test_checkpoint.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/checkpoint/test_checkpoint.c b/test/checkpoint/test_checkpoint.c
index 1914ad0188a..c5524b3c63e 100644
--- a/test/checkpoint/test_checkpoint.c
+++ b/test/checkpoint/test_checkpoint.c
@@ -41,6 +41,8 @@ static int wt_shutdown(void);
extern int __wt_optind;
extern char *__wt_optarg;
+void (*custom_die)(void) = NULL;
+
int
main(int argc, char *argv[])
{
@@ -134,7 +136,7 @@ main(int argc, char *argv[])
printf("%s: process %" PRIu64 "\n", g.progname, (uint64_t)getpid());
for (cnt = 1; (runs == 0 || cnt <= runs) && g.status == 0; ++cnt) {
- printf(" %d: %u workers, %u tables\n",
+ printf(" %d: %d workers, %d tables\n",
cnt, g.nworkers, g.ntables);
(void)cleanup(); /* Clean up previous runs */