ci: don't interpret 'ford' as error

This commit is contained in:
Philip Monk 2022-05-14 23:31:16 -07:00
parent 0f657ebb1e
commit 818a85ef2e

View File

@ -163,7 +163,7 @@ stdenvNoCC.mkDerivation {
fail=0
for f in $(find "$out/" -type f); do
if egrep "((FAILED|CRASHED)|(ford|warn):) " $f >/dev/null; then
if egrep "((FAILED|CRASHED)|warn:) " $f >/dev/null; then
if [[ $fail -eq 0 ]]; then
hdr "Test Failures"
fi