ci: catch khan errors in ci

This commit is contained in:
pkova 2024-04-16 14:28:15 +03:00
parent 3c33d25516
commit 9e374c3e15

View File

@ -102,7 +102,7 @@ in pkgs.stdenvNoCC.mkDerivation {
'';
checkPhase = ''
if egrep "((FAILED|CRASHED|Failed)|warn:)" $out >/dev/null; then
if egrep "((FAILED|CRASHED|Failed|[0 %avow 0 %noun 1])|warn:)" $out >/dev/null; then
exit 1
fi
'';