Commit 54198053 authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

test/check_so_deps: remove "filtered out" from function summary.



Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Change-Id: If93e61e62d420953174ea4da32f2b8b466e4b9a3
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2252


Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 46b614d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ EOF
			function_summary=$(grep "functions summary" <<< "$output")
			variable_summary=$(grep "variables summary" <<< "$output")
			# remove any filtered out variables.
			function_summary=$(sed "s/ [()][^)]*[)]//g" <<< "$function_summary")
			variable_summary=$(sed "s/ [()][^)]*[)]//g" <<< "$variable_summary")

			read -r _ _ _ removed_functions _ changed_functions _ added_functions _ <<< "$function_summary"