Skip to content
Snippets Groups Projects
Commit b49d1f0d authored by Moe Jette's avatar Moe Jette
Browse files

Add description of failed test to stderr

parent 91879b5f
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,10 @@ for major in `seq 1 20`; do ...@@ -62,7 +62,10 @@ for major in `seq 1 20`; do
COMPLETIONS=$((COMPLETIONS+1)) COMPLETIONS=$((COMPLETIONS+1))
else else
FAILURES=$((FAILURES+1)) FAILURES=$((FAILURES+1))
echo "$TEST failed" >& 2 echo "=============" >& 2
echo "$TEST failed" >& 2
grep "$TEST " README >& 2
echo "=============" >& 2
fi fi
/bin/echo "============================================" /bin/echo "============================================"
done 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