Skip to content
Snippets Groups Projects
Commit 6fffe366 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

don't try to commit in the evenings...

parent 6801d738
No related branches found
No related tags found
No related merge requests found
......@@ -80,17 +80,17 @@ fi
# check headers
# -------------
#for module in $MODULES;
#do
# echo
# echo "Checking headers in $module ..."
# cd $DUNEDIR/$module
# if ! $SCRIPTSDIR/check-headers.sh ; then
# if test "x$module" == "xdune-fem"; then
# errors=$((errors+1))
# fi
# fi
#done
for module in $MODULES;
do
echo
echo "Checking headers in $module ..."
cd $DUNEDIR/$module
if ! $SCRIPTSDIR/check-headers.sh ; then
if test "x$module" == "xdune-fem"; then
errors=$((errors+1))
fi
fi
done
# perform make check
# ------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment