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

2020-03-16 Thread Tom Rini
On Sun, Mar 15, 2020 at 05:42:50PM -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:

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

2020-03-15 Thread Simon Glass
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: Simon Glass --- Changes in v2: - Add a new patch to avoid copying files in