test/make: don't print missing symbols in libs.
We don't fail the test based on missing symbols so printing out the information about them during tests is not super useful. Restricting the output to what caused the test to fail will allow for simpler debugging. Change-Id: I7b251dfe39c940074d7c8d887941adb635fd3965 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1094 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
19a97c11a2
commit
29044c8d52
@ -153,10 +153,6 @@ function confirm_deps() {
|
|||||||
echo "The makefile lists: '${lib_make_deps[*]}'"
|
echo "The makefile lists: '${lib_make_deps[*]}'"
|
||||||
echo "readelf outputs : '${dep_names[*]}'"
|
echo "readelf outputs : '${dep_names[*]}'"
|
||||||
echo "---------------------------------------------------------------------"
|
echo "---------------------------------------------------------------------"
|
||||||
elif [ ${#missing_syms[@]} -ne 0 ]; then
|
|
||||||
echo "There are still undefined symbols in the library $lib_shortname"
|
|
||||||
printf "%s\n" "${missing_syms[@]}"
|
|
||||||
echo "---------------------------------------------------------------------"
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user