Skip to content

Commit

Permalink
Enable tracing for raft tests
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Apr 29, 2024
1 parent 06230ec commit 8bac639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/raft/lib/runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ extern int _main_suites_n;
int main(int argc, char *argv[MUNIT_ARRAY_PARAM(argc)]) \
{ \
MunitSuite suite = {(char *)"", NULL, _main_suites, 1, 0}; \
dqliteTracingMaybeEnable(true); \
return munit_suite_main(&suite, (void *)NAME, argc, argv); \
}

Expand Down

0 comments on commit 8bac639

Please sign in to comment.