Re: [U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-10 Thread Simon Glass
On Fri, 4 Oct 2019 at 09:13, Tom Rini wrote: > > We may not always be able to write to the default output directory but > we will always have a usable /tmp. Make the buildman tests use /tmp > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > tools/buildman/func_test.py | 24

Re: [U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-04 Thread Tom Rini
On Fri, Oct 04, 2019 at 12:40:02PM -0600, Stephen Warren wrote: > On 10/4/19 11:26 AM, Tom Rini wrote: > > On Fri, Oct 04, 2019 at 10:32:42AM -0600, Stephen Warren wrote: > > > On 10/4/19 10:12 AM, Tom Rini wrote: > > > > We may not always be able to write to the default output directory but > > >

Re: [U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-04 Thread Stephen Warren
On 10/4/19 11:26 AM, Tom Rini wrote: On Fri, Oct 04, 2019 at 10:32:42AM -0600, Stephen Warren wrote: On 10/4/19 10:12 AM, Tom Rini wrote: We may not always be able to write to the default output directory but we will always have a usable /tmp. Is that a valid assumption? Surely $TMPDIR

Re: [U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-04 Thread Tom Rini
On Fri, Oct 04, 2019 at 10:32:42AM -0600, Stephen Warren wrote: > On 10/4/19 10:12 AM, Tom Rini wrote: > > We may not always be able to write to the default output directory but > > we will always have a usable /tmp. > > Is that a valid assumption? Surely $TMPDIR should be used if set in the >

Re: [U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-04 Thread Stephen Warren
On 10/4/19 10:12 AM, Tom Rini wrote: We may not always be able to write to the default output directory but we will always have a usable /tmp. Is that a valid assumption? Surely $TMPDIR should be used if set in the environment, falling back to a hard-coded /tmp if that isn't set?

[U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp

2019-10-04 Thread Tom Rini
We may not always be able to write to the default output directory but we will always have a usable /tmp. Make the buildman tests use /tmp Cc: Simon Glass Signed-off-by: Tom Rini --- tools/buildman/func_test.py | 24 1 file changed, 12 insertions(+), 12 deletions(-)