From c1c56e85ae94af68319a6315b62ccf6a9f753fc1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 4 Jul 2013 17:26:02 +0000 Subject: [PATCH] put the comments at the right place --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 87a60c48..4b9077bf 100755 --- a/debian/rules +++ b/debian/rules @@ -274,6 +274,8 @@ override_dh_auto_test: # polly tests cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true +# The compression of the code coverage report is done in the +# hook B21GetCoverageResults on the server if test "$(CODECOVERAGE)" = "yes"; then \ REPORT=reports/llvm-toolchain.info; \ mkdir -p reports/; \ @@ -281,8 +283,6 @@ override_dh_auto_test: lcov --remove $$REPORT "/usr*" -o $$REPORT; \ lcov --remove $$REPORT "$(TARGET_BUILD)/*" -o $$REPORT; \ genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \ -# The compression of the code coverage report is done in the -# hook B21GetCoverageResults on the server fi override_dh_gencontrol: