Skip to content

Commit

Permalink
#2260: Add flushing of verbose logs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Apr 16, 2024
1 parent 0ee7e72 commit 7c8725f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_parallel_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ struct TestParallelHarnessAny : TestHarnessAny<TestBase> {
#if vt_feature_cmake_debug_verbose and !vt_feature_cmake_ci_build
static char verbose_on[]{"--vt_debug_level=verbose"};
static char debug_all[]{"--vt_debug_all"};
addArgs(verbose_on, debug_all);
static char verbose_flush[]{"--vt_debug_print_flush"};
addArgs(verbose_on, debug_all, verbose_flush);
#endif

static char throw_on_abort[]{"--vt_throw_on_abort=1"};
Expand Down

0 comments on commit 7c8725f

Please sign in to comment.