commit | 671cc1fb779fe3f1c779c9be8c174c564528dd19 | [log] [tgz] |
---|---|---|
author | liuyq <yongqin.liu@linaro.org> | Fri Jun 27 17:12:32 2025 +0800 |
committer | GitHub <noreply@github.com> | Fri Jun 27 10:12:32 2025 +0100 |
tree | 8bf75a123f76385b1f4abbcf81d343430b98ac04 | |
parent | 788aa39027f966cc9511b5850cdd826813a46512 [diff] |
noninteractive-tradefed: export HTTP_CACHE for tradefed.sh (#577) HTTP_CACHE is one job level environment, but the tradefed.sh script is excuted with the testuser account via sudo -u testuser ./tradefed.sh which causes a issue that the HTTP_CACHE environment is not passed to the ./tradefed.sh script. Hence this fix to to pass it explicitly. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>