commit | 57bccecd50c7ef8a8804b98b0f45bc10b1dc188f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 18 09:42:48 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 10 21:22:45 2020 -0400 |
tree | 98e5b3c1397dd49d802db95a1979f95ac2e5c75b | |
parent | 2df44bee46be167a0ecea30f7fdb85bf1be7a52a [diff] |
travis: Don't copy files into .bm-work/ 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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>