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

Unified Diff: tests/recipes_test.py

Issue 1498343003: Manual roll of engine, removing coverage threshold! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years 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 | « infra/config/recipes.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/recipes_test.py
diff --git a/tests/recipes_test.py b/tests/recipes_test.py
index 99b149d466086997ca70e7a7dfef643a10a2faa3..3bbf6bd395274de97be2c4a3570ddcbc778a5c4c 100755
--- a/tests/recipes_test.py
+++ b/tests/recipes_test.py
@@ -14,5 +14,5 @@ ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
def recipes_py(*args):
subprocess.check_call([os.path.join(ROOT_DIR, 'recipes.py')] + list(args))
-recipes_py('simulation_test', '--threshold=92')
+recipes_py('simulation_test')
recipes_py('lint')
« no previous file with comments | « infra/config/recipes.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698