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

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

Issue 220353003: Replace recipes_test.py with a new parallel expectation-based test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix coverage race Created 6 years, 9 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
Index: scripts/slave/unittests/recipe_configs_test.py
diff --git a/scripts/slave/unittests/recipe_configs_test.py b/scripts/slave/unittests/recipe_configs_test.py
index b5bc45ae7a699320fbd15eba350ed23b9e0f873f..dec678eba24620bd49ee5af9007c980571c1085e 100755
--- a/scripts/slave/unittests/recipe_configs_test.py
+++ b/scripts/slave/unittests/recipe_configs_test.py
@@ -33,7 +33,7 @@ SLAVE_DIR = os.path.abspath(os.path.join(SCRIPT_PATH, os.pardir))
COVERAGE = (lambda: coverage.coverage(
include=[os.path.join(x, '*', '*config.py')
for x in recipe_util.MODULE_DIRS()],
- data_suffix=True))()
+ data_file='.recipe_configs_test_coverage', data_suffix=True))()
def covered(fn, *args, **kwargs):
COVERAGE.start()
« no previous file with comments | « scripts/slave/unittests/expect_tests/type_definitions.py ('k') | scripts/slave/unittests/recipe_simulation_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698