[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] qapi: Add exit-failure PanicAction
From: |
David Hildenbrand |
Subject: |
Re: [PATCH v2 1/2] qapi: Add exit-failure PanicAction |
Date: |
Mon, 25 Jul 2022 09:34:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 23.07.22 01:36, Ilya Leoshkevich wrote:
> Currently QEMU exits with code 0 on both panic an shutdown. For tests
> it is useful to return 1 on panic, so that it counts as a test
> failure.
>
> Introduce a new exit-failure PanicAction that makes main() return
> EXIT_FAILURE. Tests can use -action panic=exit-failure option to
> activate this behavior.
Roughly what I proposed, nice.
Reviewed-by: David Hildenbrand <david@redhat.com>
--
Thanks,
David / dhildenb