| Index: client/tests/swarming_test.py
|
| diff --git a/client/tests/swarming_test.py b/client/tests/swarming_test.py
|
| index 39eb7522a08d7a0113bb2fc9dad5354e88f2e287..df60ec0a7676245729b9e6da1115e891b6c92107 100755
|
| --- a/client/tests/swarming_test.py
|
| +++ b/client/tests/swarming_test.py
|
| @@ -26,6 +26,7 @@ import isolateserver
|
| import swarming
|
| import test_utils
|
|
|
| +from depot_tools import fix_encoding
|
| from utils import file_path
|
| from utils import logging_utils
|
| from utils import tools
|
| @@ -1212,6 +1213,7 @@ class TestCommandBot(NetTestCase):
|
|
|
|
|
| if __name__ == '__main__':
|
| + fix_encoding.fix_encoding()
|
| logging.basicConfig(
|
| level=logging.DEBUG if '-v' in sys.argv else logging.CRITICAL)
|
| if '-v' in sys.argv:
|
|
|