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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 2441523003: Remove gender specific language from src/tools (Closed)
Patch Set: 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..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
« 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