[LTP] [PATCH] ci: fix results being sent while patchwork.sh exit 1

Petr Vorel pvorel@suse.cz
Thu Apr 24 12:33:31 CEST 2025


Hi Andrea,

> -                [ $? -eq 0 ] && exit 1
> +                [ $? -eq 0 ] || exit 1

Thanks for a quick fix!

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Please add also:

Fixes: d8348be27b ("ci: add patchwork communication script")
Reported-by: Li Wang <liwang@redhat.com>

Kind regards,
Petr


More information about the ltp mailing list