aboutsummaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-02 16:58:14 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-02 16:58:14 +0800
commit53dfd3b4028632b72bca8270a5a3927a70313e4d (patch)
tree0a7b04df4a601243539534215fb45f3a22f0dc09 /mvn-phase-script.sh
parent936e24b79ac5ec5d88cc72109a8b49387ad2951b (diff)
Add Sonar coverage for vfc-nfvo-lcm
Change-Id: Ia8780aed5eee306420e9d91b40a085eb116baa99 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 1 insertions, 1 deletions
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"