[reclient] Update test version to 0.116.0.fbf6614.

Bug: b/169675226
Change-Id: Ia07133ccefad7da86c13e6a626383ae6fa344ec5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4884571
Reviewed-by: Kousik Kumar <kousikk@google.com>
Auto-Submit: Yaowen Mei <ywmei@google.com>
Commit-Queue: Kousik Kumar <kousikk@google.com>
1 file changed
tree: 266ff47ee0cc250952896d698ee2756ff7742013
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .vpython3
  10. .yapfignore
  11. codereview.settings
  12. DEPS
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. PRESUBMIT_test.py
  17. README.md
  18. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.