Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21624
Change subject: IMPALA-13264: Use the toolchain's gcov for bin/coverage_helper.sh ...................................................................... IMPALA-13264: Use the toolchain's gcov for bin/coverage_helper.sh Currently, bin/coverage_helper.sh will use the system gcov if it is available and fall back to the toolchain version otherwise. The toolchain's GCC always has gcov available and it is useful to have the gcov version match our compiler version. So, this switches bin/coverage_helper.sh to always use gcov from the toolchain's GCC directory. Testing: - Generated a coverage report locally Change-Id: Ia9abc42d6fbab510c36889a0038d14866c9cffa9 --- M bin/coverage_helper.sh 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/21624/1 -- To view, visit http://gerrit.cloudera.org:8080/21624 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia9abc42d6fbab510c36889a0038d14866c9cffa9 Gerrit-Change-Number: 21624 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
