From fa0a8c1ca41137955c3ee29d6c56652c0e04999e Mon Sep 17 00:00:00 2001 From: Arindam Nayak Date: Wed, 22 Jan 2020 12:17:19 +0530 Subject: [PATCH] updated script comment Signed-off-by: Arindam Nayak --- tools/all_test_for_coverage.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/all_test_for_coverage.sh b/tools/all_test_for_coverage.sh index 434ef60125..e01298f185 100755 --- a/tools/all_test_for_coverage.sh +++ b/tools/all_test_for_coverage.sh @@ -14,11 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -# These test uses excutables and launch them as process -# After that all tests run, here we are testing those - -# All Go packages with test files. -# Output per line: * +# The purpose of this script is to run testcase and get coverage report +# These script runs all unit testcases including go endtoend testcase +# Here we ignore any error from testcase as the purpose is to collect coverage. +# So if there is a flaky test, it will get only chance to run, if it fails we ignore coverage from that. ### Execute unit testcase ###