Re: [PATCH v3 10/23] travis: Don't copy files into .bm-work/

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:48AM -0600, Simon Glass wrote: > At present if TEST_PY_BD is empty the script copies various files into a > directory, to no purpose. This happens because UBOOT_TRAVIS_BUILD_DIR is > set before TEST_PY_BD is tested. > > Move the 'if' to fix this. > > Signed-off-by:

Re: [PATCH v3 10/23] travis: Don't copy files into .bm-work/

2020-03-23 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:48AM -0600, Simon Glass wrote: > At present if TEST_PY_BD is empty the script copies various files into a > directory, to no purpose. This happens because UBOOT_TRAVIS_BUILD_DIR is > set before TEST_PY_BD is tested. > > Move the 'if' to fix this. > > Signed-off-by: