| 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 c40422ad58111de87585e5f7242cc47da2fc7185..40091bf0ff8dd5a77db1b9a81d5cd73e5f3f9275 100755
|
| --- a/scripts/slave/unittests/recipe_simulation_test.py
|
| +++ b/scripts/slave/unittests/recipe_simulation_test.py
|
| @@ -62,6 +62,7 @@ def test_gen_coverage():
|
| [os.path.join(x, '*', 'test_api.py') for x in recipe_util.MODULE_DIRS()]
|
| )
|
|
|
| +@expect_tests.generator
|
| @expect_tests.covers(test_gen_coverage)
|
| def GenerateTests():
|
| cover_mods = []
|
| @@ -101,4 +102,4 @@ if __name__ == '__main__':
|
| logging.warn("Ignoring %s environment variable." % env_var)
|
| os.environ.pop(env_var)
|
|
|
| - expect_tests.main('recipe_simulation_test', GenerateTests)
|
| + expect_tests.main()
|
|
|