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

Unified Diff: tests/gclient_scm_test.py

Issue 7828024: Do not run integration tests on upload, they are too slow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: git branch has no -q flag Created 9 years, 4 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 | « PRESUBMIT.py ('k') | tests/upstream.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_scm_test.py
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
index 5b94a88083c031fd2f05883039c6ad99ebf975c5..4a16a79e1752a78a65e77d4fdb63544bdd7088d0 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -757,7 +757,7 @@ from :3
try:
scm.update(options, (), [])
self.fail()
- except gclient_scm.gclient_utils.CheckCallError:
+ except gclient_scm.gclient_utils.Error:
# The exact exception text varies across git versions so it's not worth
# verifying it. It's fine as long as it throws.
pass
« no previous file with comments | « PRESUBMIT.py ('k') | tests/upstream.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698