diff options
author | 2018-04-03 16:17:14 -0400 | |
---|---|---|
committer | 2018-04-03 16:18:22 -0400 | |
commit | b7a5fc5c51bdbcfc8e9c8f2d927c4a02539996c6 (patch) | |
tree | 0e230ee734dd8f41994743812da04780eb22773f | |
parent | c286d63491a293a4147d985e3bbc31f78abdf716 (diff) |
Fix run-sonar problem
Issue-ID: DCAEGEN2-206
Change-Id: I17c34ab8ad7ad880da6c50d7a4a236aed641c822
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |