Skip to content

Commit 7dfef2d

Browse files
devin-ai-integration[bot]zfields@blues.com
andcommitted
fix: ensure summary is always displayed by using proper output redirection
Co-Authored-By: zfields@blues.com <zfields@blues.com>
1 parent fb9dbd6 commit 7dfef2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_cppcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cppcheck \
7575
--check-library \
7676
--debug-warnings \
7777
--error-exitcode=1 \
78-
. 2>&1 | tee cppcheck_output.txt
78+
. > >(tee cppcheck_output.txt) 2>&1
7979
CPPCHECK_EXIT_CODE=${PIPESTATUS[0]}
8080

8181
# Function to generate summary

0 commit comments

Comments
 (0)