Skip to content
Snippets Groups Projects
Commit 18a16606 authored by Leon Keim's avatar Leon Keim
Browse files

Merge branch 'doc/improve-patch-instructions' into 'master'

[solutionchecker] Make pipeline error message for wrong patches more explicit.

See merge request !231
parents 4b305cfb 1e1211f0
No related branches found
No related tags found
1 merge request!231[solutionchecker] Make pipeline error message for wrong patches more explicit.
Pipeline #45344 passed
......@@ -20,7 +20,7 @@ do
then
echo "The solution for $exerciseName seems to be up to date."
else
echo "You forgot to update the exercise or the solution for $exerciseName!"
echo "You forgot to update the exercise or the solution for $exerciseName! Please look at the scripts `.create_all_patches.sh` or `.create_single_patch.sh` and their respective instructions to update the patches which map the exercise state to the solution state. These two shell scripts are hidden files located in the root folder of dumux-course."
exit 1
fi
done
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