From 0e0852a876894245385432f96ad1121bd6c31605 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 21 May 2024 14:08:59 -0700 Subject: [PATCH] Coverage: don't bother ignoring non-existent bro.dir files --- testing/coverage/lcov_html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/lcov_html.sh b/testing/coverage/lcov_html.sh index 146d1fb89e..e858293e77 100755 --- a/testing/coverage/lcov_html.sh +++ b/testing/coverage/lcov_html.sh @@ -93,7 +93,7 @@ fi # Files and directories that will be removed from the counts in step 5. Directories # need to be surrounded by escaped wildcards. -REMOVE_TARGETS="*.yy *.ll *.y *.l \*/bro.dir/\* *.bif \*/zeek.dir/\* \*/src/3rdparty/\* \*/src/zeek/3rdparty/\* \*/auxil/\* \*/build/zeek/3rdparty/\*" +REMOVE_TARGETS="*.yy *.ll *.y *.l *.bif \*/zeek.dir/\* \*/src/3rdparty/\* \*/src/zeek/3rdparty/\* \*/auxil/\* \*/build/zeek/3rdparty/\*" # 1. Move to base dir, create tmp dir cd ../../