Skip to content
Snippets Groups Projects
Commit 1e1211f0 authored by Ivan Buntic's avatar Ivan Buntic
Browse files

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

parent fe12ca06
No related branches found
No related tags found
1 merge request!231[solutionchecker] Make pipeline error message for wrong patches more explicit.
Checking pipeline status
......@@ -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