commit | d844f131baab613d13826cb23b2ef8bb0f58a392 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-roller@chromium.org> | Tue Jan 15 22:56:42 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 22:56:42 2019 |
tree | b43de2670838c66b47d61885dc8712704e3c300e | |
parent | 221f23b3542b33a8eff941aeeaa9d775fe07f07f [diff] |
Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/2f65b24e319f41a6009c857b1928cb2f7aea9c45 Remove env, unused third party dependencies. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I193e6fd1bbd2fe0c9d70c38a1499685541f4c448 Reviewed-on: https://chromium-review.googlesource.com/c/1412645 Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#20002} Cr-Mirrored-Commit: edba19d90c78a1705f18350c1f90d746c50391fc
Welcome to the Chrome Infra repository!
Wondering where to start? Check out General Chrome Infrastructure documentation. In particular, to check out this repo and the rest of the infrastructure code, follow the instructions here. The rest of this page is specific to this repo.
sys.path
modifications.from infra.path_hacks.common import <stg>
is actually getting <stg>
from build/scripts/common.git push origin <updated hash>:deployed
git push
commandIf you've added a new module, integrate your tests with test.py:
Double-check that your tests are getting picked up when you want them to be: ./test.py test <path-to-package>
.
Tests still not getting picked up by test.py? Double-check to make sure you have init.py files in each directory of your module so Python recognizes it as a package.