From b7a5fc5c51bdbcfc8e9c8f2d927c4a02539996c6 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 3 Apr 2018 16:17:14 -0400 Subject: Fix run-sonar problem Issue-ID: DCAEGEN2-206 Change-Id: I17c34ab8ad7ad880da6c50d7a4a236aed641c822 Signed-off-by: Lusheng Ji --- 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 bf6c4ed..83b76dd 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -144,7 +144,7 @@ run_tox_test() pip freeze tox deactivate - #rm -rf ./venv-tox ./.tox + rm -rf ./venv-tox ./.tox done } -- cgit 1.2.3-korg