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

Unified Diff: scripts/slave/unittests/recipe_simulation_test.py

Issue 1071733003: Revert of Make allow_subannotations more robust. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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 | « scripts/slave/recipes/example/subannotations.expected/basic.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/recipe_simulation_test.py
diff --git a/scripts/slave/unittests/recipe_simulation_test.py b/scripts/slave/unittests/recipe_simulation_test.py
index b1204c1e1bfd82d536d6655c1e92ce08cb1299b0..dba2d09b8257bc98e018159cd333c0b5036b8819 100755
--- a/scripts/slave/unittests/recipe_simulation_test.py
+++ b/scripts/slave/unittests/recipe_simulation_test.py
@@ -27,7 +27,7 @@
result = annotated_run.run_steps(stream, test_data.properties,
test_data.properties, test_data)
- return expect_tests.Result(list(s.step for s in result.steps_ran.values()))
+ return expect_tests.Result(list(result.steps_ran.values()))
def test_gen_coverage():
« no previous file with comments | « scripts/slave/recipes/example/subannotations.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698