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.*', |