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

copy checklogs correct

parent 71ae27a4
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,9 @@ done ...@@ -95,6 +95,9 @@ done
# perform make check # perform make check
# ------------------ # ------------------
echo
echo "Checking for minimal options ..."
CHECKLOG="$WORKINGDIR/minimal-check.out" CHECKLOG="$WORKINGDIR/minimal-check.out"
MAKE_CHECK_FLAGS="" MAKE_CHECK_FLAGS=""
...@@ -104,7 +107,7 @@ if ! $SCRIPTSDIR/check-tests.sh $FEMDIR "$MAKE_CHECK_FLAGS"; then ...@@ -104,7 +107,7 @@ if ! $SCRIPTSDIR/check-tests.sh $FEMDIR "$MAKE_CHECK_FLAGS"; then
echo "Error: Check failed with minimal options (see $CHECKLOG)" echo "Error: Check failed with minimal options (see $CHECKLOG)"
errors=$((errors+1)) errors=$((errors+1))
fi fi
mv $WORKINGDIR/check-tests.out $CHECKLOG mv $FEMDIR/check-tests.out $CHECKLOG
......
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