Skip to content

Commit

Permalink
remove log filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 11, 2024
1 parent 2ba7ed0 commit 9cce9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/deterministic-recovery-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ filter_stack_trace_for_all_logs() {
done
}

trap filter_stack_trace_for_all_logs ERR
# trap filter_stack_trace_for_all_logs ERR

# NOTE(kwannoel): We must use `export` here, because the variables are not substituted
# directly via bash subtitution. Instead, the `parallel` command substitutes the variables
Expand Down

0 comments on commit 9cce9a1

Please sign in to comment.