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

Unified Diff: build/android/pylib/base/shard_unittest.py

Issue 12327025: [Android] fix the pylib/base/shard.py unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/shard_unittest.py
diff --git a/build/android/pylib/base/shard_unittest.py b/build/android/pylib/base/shard_unittest.py
index 4813e7e556dc891c2d5d51856f52b974f7f64afb..0448d8316cf966bcba80aefdc1dc9b4b7abfc599 100644
--- a/build/android/pylib/base/shard_unittest.py
+++ b/build/android/pylib/base/shard_unittest.py
@@ -52,7 +52,7 @@ class TestWorker(unittest.TestCase):
worker = shard._Worker(mock_runner, tests, results, retry)
worker.start()
worker.join()
- worker.Reraise()
+ worker.ReraiseIfException()
return (results, retry)
def testRun(self):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698