Index: client/tests/isolateserver_test.py |
diff --git a/client/tests/isolateserver_test.py b/client/tests/isolateserver_test.py |
index a93f17034aec5264a882dd3141d9fb1096607059..efc940e2a9859bd0958ef7edbc67b5165c043d08 100755 |
--- a/client/tests/isolateserver_test.py |
+++ b/client/tests/isolateserver_test.py |
@@ -25,6 +25,7 @@ import isolated_format |
import isolateserver |
import test_utils |
from depot_tools import auto_stub |
+from depot_tools import fix_encoding |
from utils import file_path |
from utils import threading_utils |
@@ -992,6 +993,7 @@ def clear_env_vars(): |
if __name__ == '__main__': |
+ fix_encoding.fix_encoding() |
if '-v' in sys.argv: |
unittest.TestCase.maxDiff = None |
logging.basicConfig( |