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

Unified Diff: PRESUBMIT.py

Issue 6792060: Make more tests pass on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 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
« no previous file with comments | « no previous file | git_cl.py » ('j') | scm.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3002447e4f516c28450198dfb82432772fb0727b..a3aad5061884ce6b30e6984df9e4c49fb59e8862 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -51,6 +51,10 @@ def CommonChecks(input_api, output_api):
def RunGitClTests(input_api, output_api, verbose):
"""Run all the shells scripts in the directory test.
"""
+ if input_api.platform == 'win32':
+ # Skip for now as long as the test scripts are bash scripts.
+ return []
+
# First loads a local Rietveld instance.
import sys
old_sys_path = sys.path
« no previous file with comments | « no previous file | git_cl.py » ('j') | scm.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698