From: fujinhua Date: Fri, 2 Mar 2018 08:58:14 +0000 (+0800) Subject: Add Sonar coverage for vfc-nfvo-lcm X-Git-Tag: v1.1.0~104 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=53dfd3b4028632b72bca8270a5a3927a70313e4d;p=vfc%2Fnfvo%2Flcm.git Add Sonar coverage for vfc-nfvo-lcm Change-Id: Ia8780aed5eee306420e9d91b40a085eb116baa99 Issue-ID: VFC-782 Signed-off-by: fujinhua --- diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 43eb1c81..6103ce51 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -71,7 +71,7 @@ clean) ;; test) echo "==> test phase script" - # run_tox_test + run_tox_test ;; *) echo "==> unprocessed phase"