| Index: build/android/pylib/linker/test_runner.py
|
| diff --git a/build/android/pylib/linker/test_runner.py b/build/android/pylib/linker/test_runner.py
|
| index 35eff19e8d0e071ff13bc1f41aea79ed280aea1e..3680f838e4cbc32f02b577d763dfb624c4de708e 100644
|
| --- a/build/android/pylib/linker/test_runner.py
|
| +++ b/build/android/pylib/linker/test_runner.py
|
| @@ -38,7 +38,7 @@ class LinkerExceptionTestResult(base_test_result.BaseTestResult):
|
| super(LinkerExceptionTestResult, self).__init__(
|
| test_name,
|
| base_test_result.ResultType.FAIL,
|
| - log = "%s %s" % (exc_type, log_msg))
|
| + log="%s %s" % (exc_type, log_msg))
|
|
|
|
|
| class LinkerTestRunner(base_test_runner.BaseTestRunner):
|
|
|