From 56c1eea5d3e1a7b292747a6cc6610ada3561eb03 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 23 Oct 2020 19:44:51 +0000 Subject: [PATCH] Remove the entire auxil directory from the results --- 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 614c40b2c2..0d2c4e3854 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/\* \*/rapidjson/\* \*/highwayhash/\* \*/caf/\* \*/src/3rdparty/\* \*/broker/3rdparty/\* \*/auxil/bifcl/\* \*/auxil/binpac/\*" +REMOVE_TARGETS="*.yy *.ll *.y *.l \*/bro.dir/\* *.bif \*/zeek.dir/\* \*/src/3rdparty/\* \*/auxil/\*" # 1. Move to base dir, create tmp dir cd ../../;