Skip to content

Commit

Permalink
fixed gcov location
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanSchneider committed Jun 12, 2018
1 parent 62e2209 commit 2e5e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/CodeCoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_gcovr():

def get_gcov():
if PROBE_BUILD:
return '--gcov-executable /usr/bin/gcov'
return '--gcov-executable /usr/local/gcc/bin/gcov'
return '--gcov-executable gcov'


Expand Down

0 comments on commit 2e5e0da

Please sign in to comment.