mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-26 07:04:33 +03:00
add more useful debugging steps
This commit is contained in:
parent
c9dcdf342b
commit
4268f86f12
@ -20,4 +20,12 @@ if test "$NUM_ERRORS" -ne "$TARGET_ERRORS"; then
|
|||||||
echo
|
echo
|
||||||
echo 'If it went down, hooray!'
|
echo 'If it went down, hooray!'
|
||||||
echo "Check out ${0:-} and change the count to the reported value above."
|
echo "Check out ${0:-} and change the count to the reported value above."
|
||||||
|
echo
|
||||||
|
echo "Did it go up? That's OK too."
|
||||||
|
echo "Since there are so many errors right now, a decent debugging strategy is:"
|
||||||
|
echo
|
||||||
|
echo " 1. save tests/axe-report.log somewhere ('mv tests/axe-report.log tests/axe-report.log.failing' is one way)"
|
||||||
|
echo " 2. undo your changes ('git stash' or 'checkout master')"
|
||||||
|
echo " 3. regenerate the log with 'make tests/axe-report.log'"
|
||||||
|
echo " 4. compare the output with 'diff -u tests/axe-report.log tests/axe-report.log.failing'"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user