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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 135153004: Fix typo for accessibility_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index 0cde42b2c6f64a89ec2e90156104d83a90c65d71..8975ade08d25bcedfcf78d141415536392115ccf 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -337,7 +337,7 @@ class ChromiumFactory(gclient_factory.GClientFactory):
if R('accessibility_unittests'):
f.AddGTestTestStep('accessibility_unittests', fp)
if R('accessibility_unittests_br'):
- f.AddBuildrunnerGTest('accessibility_unittests_br', fp)
+ f.AddBuildrunnerGTest('accessibility_unittests', fp)
if R('base_unittests'):
f.AddGTestTestStep('base_unittests', fp)
if R('base_unittests_br'):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698