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

Unified Diff: swarming.py

Issue 48863002: Set the Swarm Test encoding to UTF-8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 2 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 | tests/swarming_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: swarming.py
diff --git a/swarming.py b/swarming.py
index 1e40e4c00ebfe39002bad349b42c3b3603b9b36e..cc30dc50c7a941a50bf5199746906fa30b1a8392 100755
--- a/swarming.py
+++ b/swarming.py
@@ -152,6 +152,8 @@ class Manifest(object):
'test_case_name': self._test_name,
'data': [],
'tests': self._tasks,
+ # TODO: Let the encoding get set from the command line.
+ 'encoding': 'UTF-8',
'env_vars': {},
'configurations': [
{
« no previous file with comments | « no previous file | tests/swarming_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698