Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: infra/bots/gen_buildbot_specs.py

Issue 2200763002: Fix fake_specs.py, update recipe expectation (Closed) Base URL: https://skia.googlesource.com/skia.git@cleanup
Patch Set: More fixes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/recipe_modules/core/fake_specs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/gen_buildbot_specs.py
diff --git a/infra/bots/gen_buildbot_specs.py b/infra/bots/gen_buildbot_specs.py
index d960ab217b712e7635e7db1b4af0688380a2f3b1..6a2a91a62399be63259937748c36d3cba0356349 100755
--- a/infra/bots/gen_buildbot_specs.py
+++ b/infra/bots/gen_buildbot_specs.py
@@ -153,7 +153,7 @@ def main():
os.remove(tmp_spec_file.name)
out = os.path.join(
- SKIA_DIR, 'infra', 'bots', 'recipe_modules', 'skia', 'fake_specs.py')
+ SKIA_DIR, 'infra', 'bots', 'recipe_modules', 'core', 'fake_specs.py')
with open(out, 'w') as f:
f.write('''# Copyright 2016 The Chromium Authors. All rights reserved.
« no previous file with comments | « no previous file | infra/bots/recipe_modules/core/fake_specs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698