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

2023-01-05 Thread Sam James
> On 6 Jan 2023, at 00:05, Alexey Sokolov wrote: > > 06.01.2023 00:03, Anna пишет: >> On 2023-01-05 23:55, alexey+gen...@asokolov.org wrote: >>> From: Alexey Sokolov >>> >>> if [[ ${?} -ne 0 ]]; then >>> - die "Tests failed with ${EPYTHON}" >>> + die -n "Tests failed with ${EPYTHON}" >> I d

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

2023-01-05 Thread Alexey Sokolov
06.01.2023 00:03, Anna пишет: On 2023-01-05 23:55, alexey+gen...@asokolov.org wrote: From: Alexey Sokolov if [[ ${?} -ne 0 ]]; then - die "Tests failed with ${EPYTHON}" + die -n "Tests failed with ${EPYTHON}" I don't think "nonfatal" should be used with te

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

2023-01-05 Thread Anna
On 2023-01-05 23:55, alexey+gen...@asokolov.org wrote: > From: Alexey Sokolov > > Signed-off-by: Alexey Sokolov > --- > eclass/distutils-r1.eclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass > index 371d52

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

2023-01-05 Thread alexey+gentoo
From: Alexey Sokolov Signed-off-by: Alexey Sokolov --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 371d52bcb7e..8896768d3ce 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/d