On Tue Dec 3 10:16:16 2024 +0000, eric pouech wrote:
there are some tests in test-linux-32 that are flaky and sometimes fail IIRC (before your today changes), I didn't see potential failures in test-linux-32 that are not known and/or introduced by your patch so I recommend going back to yesterday's version, fix the failing test (as already mentioned, you shouldn't use STATUS_CONTROL_C_EXIT - that's already handled - and just return 1 after the ctrl-c handler has been invoked - and still need to return from the main loop to control the output)
I remove 'STATUS_CONTROL_C_EXIT' from main.c. I remove the workaround from test but I think that the pipeline will fail again on test-linux-32