Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 28, 2024
1 parent acd4fb9 commit 8e7c6bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/daos_dtx/daos_dtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ cmd_verify(const struct test_case *tc, int argc, char *argv[])
END(0);
}

fprintf(stderr, "%s %s\n", __FUNCTION__, path);

/*
* The setting preferred by the pmreorder's verify implementations.
*/
Expand All @@ -57,6 +59,7 @@ cmd_verify(const struct test_case *tc, int argc, char *argv[])
UT_ASSERTeq(rc, 0);

ddb_ctx_init(&ctx);
ctx.dc_io_ft.ddb_print_message = ctx.dc_io_ft.ddb_print_error;

/* open */
open.write_mode = false;
Expand Down

0 comments on commit 8e7c6bb

Please sign in to comment.