New Environment core class
[anna.git] / pre-commit.sh
index 8a7577b..2771db8 100755 (executable)
@@ -96,6 +96,9 @@ test_style () {
   rm "${newfile}"
   if [ $r != 0 ] ; then
     echo "Code style error in '$file', please fix before commiting."
+    echo "To autofix, create a hidden file named './.fix_style' on suite root."
+pwd
+echo xxxx
     exit 1
   fi
 }