Skip to content

Commit

Permalink
Generate coverage report after fixing file permissions (#3445)
Browse files Browse the repository at this point in the history
This changes the Makefile to run coverage-report after fix-permissions. This allows coverage-report to be able to fully traverse the contents the build dir.
  • Loading branch information
andrewkroh authored and ruflin committed Jan 24, 2017
1 parent 240bbd2 commit f1b59cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ testsuite: clean update
fi \
fi

$(MAKE) benchmark-tests
$(MAKE) coverage-report

if [ $(TEST_ENVIRONMENT) = true ]; then \
$(MAKE) fix-permissions; \
fi

$(MAKE) benchmark-tests
$(MAKE) coverage-report

# Generates a coverage report from the existing coverage files
.PHONY: coverage-report
coverage-report:
Expand Down

0 comments on commit f1b59cd

Please sign in to comment.