commit | 10ad420afb6c4e56d6be24ad41852dff63744df7 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-roller@chromium.org> | Wed Jan 09 07:57:37 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 09 07:57:37 2019 |
tree | 837c9babb60a9ac4cf4be4742f0afdeac19509f9 | |
parent | 6fb3c359f58433393dbea8fdc60b0a70427adf4d [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/3535e529c7b925fb486cfaccc1f89e739402d54b [buildbucket] Populate ref from branch property (nodir@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id050a6e5703e3763aa82b954da69b309f8c5a156 Reviewed-on: https://chromium-review.googlesource.com/c/1402125 Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#19857} Cr-Mirrored-Commit: b0f13f6c6922dff19df4c7f6feb5ff22b7dc04a6
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.