Re: [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Introduce install_for_testing --via-root

2020-11-29 Thread Michał Górny
On Sun, 2020-11-29 at 12:02 +0100, Ulrich Mueller wrote: > > > > > > On Sun, 29 Nov 2020, Michał Górny wrote: > > > + case ${install_method} in > > + home) > > + local add_args=( > > + install > > +

Re: [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Introduce install_for_testing --via-root

2020-11-29 Thread Ulrich Mueller
> On Sun, 29 Nov 2020, Michał Górny wrote: > + case ${install_method} in > + home) > + local add_args=( > + install > + --home="${TEST_DIR}" > +