summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
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"