Chromium Code Reviews| Index: tools/valgrind/chrome_tests.py |
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py |
| index 75702275a3e65a42897e543d186f098a6e991d5e..4cdf78e87372a82873b3c4081db0e7b546156b9b 100755 |
| --- a/tools/valgrind/chrome_tests.py |
| +++ b/tools/valgrind/chrome_tests.py |
| @@ -174,8 +174,9 @@ class ChromeTests: |
| def _AppendGtestFilter(self, tool, name, cmd): |
| '''Append an appropriate --gtest_filter flag to the googletest binary |
| invocation. |
| - If the user passed his own filter mentioning only one test, just use it. |
| - Othewise, filter out tests listed in the appropriate gtest_exclude files. |
| + If the user passed their own filter mentioning only one test, just use |
| + it. Othewise, filter out tests listed in the appropriate gtest_exclude |
|
Dirk Pranke
2016/10/20 05:35:50
Nit: might as well s/Othewise/Otherwise/ while you
benwells
2016/10/20 22:37:05
Done.
|
| + files. |
| ''' |
| if (self._gtest_filter and |
| ":" not in self._gtest_filter and |