From 336aba7e630584802734a7e32561df2c375c20ec Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 29 Jun 2015 15:58:15 -0500 Subject: [PATCH] Restore coverage test functionality This partially reverts 8464271fb16aef37b89f186efea82a1361b28556 Change-Id: I260f5e635313f5fdcf086fa38c1382f832f7082f --- tests/ci/cover.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/cover.sh b/tests/ci/cover.sh index 8a97dd8a..209511c4 100755 --- a/tests/ci/cover.sh +++ b/tests/ci/cover.sh @@ -62,7 +62,7 @@ then else show_diff $baseline_report $current_report echo "Please write more unit tests, we should keep our test coverage :( " - exit_code=0 + exit_code=1 fi rm $baseline_report $current_report