| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index cf30ffa69d13f3e74352d9aaccf1d6580eaf19cf..857373b336a85e9719a9a022f3a04a40afb5b3d1 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -62,7 +62,7 @@ def _FullyQualifiedTestSuites(exe, option_test_suite, build_type):
|
| raise Exception('Test suite %s not found in %s.\n'
|
| 'Supported test suites:\n %s\n'
|
| 'Ensure it has been built.\n' %
|
| - (t, q, gtest_config.STABLE_TEST_SUITES))
|
| + (t, q, [s.name for s in gtest_config.STABLE_TEST_SUITES]))
|
| return qualified_test_suites
|
|
|
|
|
|
|