aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
}