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>
1 file changed
tree: 8bf75a123f76385b1f4abbcf81d343430b98ac04
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs