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

Unified Diff: buildbot/scripts/master/factory_commands.py

Issue 53060: Update DOM checker command with the correct document root. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/
Patch Set: Created 11 years, 9 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: buildbot/scripts/master/factory_commands.py
===================================================================
--- buildbot/scripts/master/factory_commands.py (revision 12362)
+++ buildbot/scripts/master/factory_commands.py (working copy)
@@ -610,7 +610,7 @@
'--build-dir', self._build_dir]
cmd.extend(['--with-httpd',
- self.PathJoin('src', 'chrome', 'test', 'data', 'dom_checker')])
+ self.PathJoin('src', 'chrome', 'test', 'data')])
cmd.extend([self.GetExecutableName('ui_tests'),
'--gtest_filter=DomCheckerTest.*',
« 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