Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-07 Thread Sam James
> On 6 Jan 2023, at 16:31, Michał Górny wrote: > > On Fri, 2023-01-06 at 16:27 +0100, Toralf Förster wrote: >> On 1/6/23 01:20, alexey+gen...@asokolov.org wrote: >>> If the test fails with "die", Xvfb keeps running forever; but it's >>> cleaned up correctly with die -n >> >> At my tinderbox I

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-07 Thread Michał Górny
On Fri, 2023-01-06 at 00:20 +, alexey+gen...@asokolov.org wrote: > From: Alexey Sokolov > > Rationale: > > src_test() { > virtx distutils-r1_src_test > } > > If the test fails with "die", Xvfb keeps running forever; but it's > cleaned up correctly with die -n > > Signed-off-by: Alexey So

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Michał Górny
On Fri, 2023-01-06 at 16:27 +0100, Toralf Förster wrote: > On 1/6/23 01:20, alexey+gen...@asokolov.org wrote: > > If the test fails with "die", Xvfb keeps running forever; but it's > > cleaned up correctly with die -n > > At my tinderbox I do experience sometimes a running dirmngr process > solel

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Toralf Förster
On 1/6/23 01:20, alexey+gen...@asokolov.org wrote: If the test fails with "die", Xvfb keeps running forever; but it's cleaned up correctly with die -n At my tinderbox I do experience sometimes a running dirmngr process solely running since days. /me wonders if that's the result of a similar s

Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-06 Thread Michał Górny
On Fri, 2023-01-06 at 00:20 +, alexey+gen...@asokolov.org wrote: > From: Alexey Sokolov > > Rationale: > > src_test() { > virtx distutils-r1_src_test > } > > If the test fails with "die", Xvfb keeps running forever; but it's > cleaned up correctly with die -n > > Signed-off-by: Alexey So

[gentoo-dev] [PATCH v2] distutils-r1.eclass: support nonfatal in test

2023-01-05 Thread alexey+gentoo
From: Alexey Sokolov Rationale: src_test() { virtx distutils-r1_src_test } If the test fails with "die", Xvfb keeps running forever; but it's cleaned up correctly with die -n Signed-off-by: Alexey Sokolov --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions