[build/recipes] Manual roll

With https://crrev.com/c/5684167 `-real-build` is removed from led commands. This CL updates the tests after that change.

Changelog:

depot_tools:
  https://crrev.com/9b51399218e25f816886ef6c9124e8673751621b [git_cl] Apply OLD_AUTH if new auth flag is off (ayatane@chromium.org)

recipe_engine:
  https://crrev.com/2f482932d6ab16757983ec63d7d7ec143a944d89 [recipe_modules/led] make `-real-build` default (chanli@chromium.org)


Bug: 324312802
Change-Id: I5ea819ef5af77ae7c9cdd53394a9bb7eaf7fffa3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5693198
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Auto-Submit: Chan Li <chanli@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
7 files changed
tree: 93a70d8ce220068124f492417a8dc29cee4c0e33
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
  17. 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. 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.