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

Unified Diff: tests/gclient_utils_test.py

Issue 2293013002: bot_update/gclient: kill git fetch after timeout regardless of output. (Closed)
Patch Set: better output Created 4 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
« gclient_utils.py ('K') | « gclient_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index 582fbba133065926a2888acb1e4e44abbdf1c3f4..64a98362559761d04c6b2c5e1881be817cdac581 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -100,7 +100,7 @@ class CheckCallAndFilterTestCase(GclientUtilBase):
order.append('killed')
cv.notify()
if kill_raises:
- raise OSError('somethign went wrong')
+ raise OSError('something went wrong')
kid = self.ProcessIdMock('')
kid.stdout.read = kid_stdout_read
« gclient_utils.py ('K') | « gclient_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698