Skip to content

Commit

Permalink
Find the correct gcov (facebook#6904)
Browse files Browse the repository at this point in the history
Summary:
Right now in FB environment, wrong gcov is used. Fix it.
Pull Request resolved: facebook#6904

Test Plan: "make coverage" and watch results.

Reviewed By: riversand963

Differential Revision: D21824291

fbshipit-source-id: 666011fd86c36adafa09ebd9eb97742f94fb90bb
  • Loading branch information
siying authored and facebook-github-bot committed Jun 1, 2020
1 parent bcb9e41 commit 02f59ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/coverage_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
ROOT=".."
# Fetch right version of gcov
if [ -d /mnt/gvfs/third-party -a -z "$CXX" ]; then
source $ROOT/build_tools/fbcode_config.sh
source $ROOT/build_tools/fbcode_config_platform007.sh
GCOV=$GCC_BASE/bin/gcov
else
GCOV=$(which gcov)
Expand Down

0 comments on commit 02f59ed

Please sign in to comment.