Index: client/tests/run_isolated_smoke_test.py |
diff --git a/client/tests/run_isolated_smoke_test.py b/client/tests/run_isolated_smoke_test.py |
index c75f765e82962c7f10d491ed5b154969bc68c092..179c4ca5d8dfe7c414fe3a228dcef439d41d5b8a 100755 |
--- a/client/tests/run_isolated_smoke_test.py |
+++ b/client/tests/run_isolated_smoke_test.py |
@@ -15,6 +15,7 @@ sys.path.insert(0, ROOT_DIR) |
import isolated_format |
import run_isolated |
+from depot_tools import fix_encoding |
from utils import file_path |
import isolateserver_mock |
@@ -346,4 +347,5 @@ class RunIsolatedTest(unittest.TestCase): |
if __name__ == '__main__': |
+ fix_encoding.fix_encoding() |
test_utils.main() |