mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 09:40:56 +08:00
Fix make check
The output of codespell was changed to non-colored in 0c57ab7 ("Update the handling of colour output for more use-cases.") if stdout is not a terminal. This is the case for the rule in make check. Just update the hash so it matches without color.
This commit is contained in:
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ codespell: codespell.py
|
||||
sed "s|^default_dictionary = .*|default_dictionary = '${datadir}/dictionary.txt'|" < $^ > $@
|
||||
|
||||
check:
|
||||
test f66431c66b437c78523bc07b872b9a7b = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )
|
||||
test 1bfb1f089c3c7772f0898f66df089b9e = $$(./codespell.py example/ | md5sum | cut -f1 -d\ )
|
||||
|
||||
install: codespell
|
||||
install -d ${DESTDIR}${datadir} ${DESTDIR}${bindir}
|
||||
|
Reference in New Issue
Block a user