commit | f08c8ef9b7d7cf8bbdb744636f64515ac072569d | [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 | 4e9162d519c83812624c327731048a93631dc194 [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>