nrwt: clean up logging when we're only running one chunk of the tests
Created attachment 152647 [details] Patch
Comment on attachment 152647 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152647&action=review > Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:-431 > - tests_run_filename = self._filesystem.join(self._results_directory, "tests_run.txt") The valgrind layout tests bots used to use this IIRC in order to know which chunk to run next. I suppose we can get rid of it for now since noone seems to be using it. I suppose it's silly for this to be in RWT. The bot itself should just read the stdio log and maintain this information itself if it needs it.
Committed r122892: <http://trac.webkit.org/changeset/122892>