| 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():
|
|
|