From 9f7c9cd25e7b89a208b64b8833b760c2b0d0ea07 Mon Sep 17 00:00:00 2001 From: "francois.cellier" Date: Tue, 13 Mar 2018 11:12:43 +0100 Subject: add coverage test report in term, xml (for jenkins use) and html Change-Id: Icb6ecc7075e0f5ad178c510762596048e3539290 --- tests/python_unit/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 0a9ac1f3..ab30e523 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo "starting Moon Functional Tests" +echo "starting Moon Unit Tests" cd python_moonutilities docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest -- cgit 1.2.3-korg