ci: red checkmark if something fails to build

This commit is contained in:
Pyry Kovanen 2024-02-20 11:25:41 +02:00 committed by pkova
parent 2accc050bc
commit b8d7acc45c

View File

@ -112,7 +112,7 @@ in pkgs.stdenvNoCC.mkDerivation {
'';
checkPhase = ''
if egrep "((FAILED|CRASHED|Failed)|warn:)" $out >/dev/null; then
if egrep "((FAILED|CRASHED|Failed|error-building /ted)|warn:)" $out >/dev/null; then
exit 1
fi
'';