From 53dfd3b4028632b72bca8270a5a3927a70313e4d Mon Sep 17 00:00:00 2001 From: fujinhua Date: Fri, 2 Mar 2018 16:58:14 +0800 Subject: Add Sonar coverage for vfc-nfvo-lcm Change-Id: Ia8780aed5eee306420e9d91b40a085eb116baa99 Issue-ID: VFC-782 Signed-off-by: fujinhua --- mvn-phase-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg