Restore coverage test functionality

This partially reverts 8464271fb16aef37b89f186efea82a1361b28556

Change-Id: I260f5e635313f5fdcf086fa38c1382f832f7082f
This commit is contained in:
Chris St. Pierre 2015-06-29 15:58:15 -05:00 committed by Boris Pavlovic
parent a01b4a93cb
commit 6e24139ddb

View File

@ -62,7 +62,7 @@ then
else else
show_diff $baseline_report $current_report show_diff $baseline_report $current_report
echo "Please write more unit tests, we should keep our test coverage :( " echo "Please write more unit tests, we should keep our test coverage :( "
exit_code=0 exit_code=1
fi fi
rm $baseline_report $current_report rm $baseline_report $current_report