Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: tools/valgrind/chrome_tests.py

Issue 2441523003: Remove gender specific language from src/tools (Closed)
Patch Set: Fix nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/site_compare/drivers/win32/keyboard.py ('k') | tools/valgrind/locate_valgrind.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 75702275a3e65a42897e543d186f098a6e991d5e..a4e6c4df559d9cf9f33a18fac6bdcb44e7265f58 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. Otherwise, filter out tests listed in the appropriate gtest_exclude
+ files.
'''
if (self._gtest_filter and
":" not in self._gtest_filter and
« no previous file with comments | « tools/site_compare/drivers/win32/keyboard.py ('k') | tools/valgrind/locate_valgrind.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698