<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - run-webkit-test should look in --root directory for LayoutTestRelay"
   href="https://bugs.webkit.org/show_bug.cgi?id=150859#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - run-webkit-test should look in --root directory for LayoutTestRelay"
   href="https://bugs.webkit.org/show_bug.cgi?id=150859">bug 150859</a>
              from <span class="vcard"><a class="email" href="mailto:ap&#64;webkit.org" title="Alexey Proskuryakov &lt;ap&#64;webkit.org&gt;"> <span class="fn">Alexey Proskuryakov</span></a>
</span></b>
        <pre>This seems to have broken Windows EWS:

Traceback (most recent call last):
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkit-patch&quot;, line 84, in &lt;module&gt;
   main()
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkit-patch&quot;, line 79, in main
   WebKitPatch(os.path.abspath(__file__)).main()
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 305, in main
   result = command.check_arguments_and_execute(options, args, self)
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 123, in check_arguments_and_execute
   return self.execute(options, args, tool) or 0
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/queues.py&quot;, line 153, in execute
   return engine(self.name, self, self._tool.wakeup_event, self._options.seconds_to_sleep).run()
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/bot/queueengine.py&quot;, line 91, in run
   self._delegate.begin_work_queue()
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py&quot;, line 56, in begin_work_queue
   self._layout_test_results_reader = LayoutTestResultsReader(self._tool, self._port.results_directory(), self._log_directory())
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/base.py&quot;, line 777, in results_directory
   option_val = self.get_option('results_directory') or self.default_results_directory()
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/base.py&quot;, line 791, in default_results_directory
   return self._build_path('layout-test-results')
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/port/win.py&quot;, line 134, in_build_path
   root_directory = self._filesystem.join(self.get_option('root'), binary_directory)
 File &quot;/home/buildbot/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py&quot;, line 151, in join
   return os.path.join(*comps)
 File &quot;/usr/lib/python2.7/posixpath.py&quot;, line 77, in join
   elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>