Skip to content

Commit

Permalink
#2260: Remove debug_all flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Apr 16, 2024
1 parent 7696f70 commit 4593cb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_parallel_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ 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);
addArgs(verbose_on);
#endif

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

0 comments on commit 4593cb7

Please sign in to comment.