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

Unified Diff: sky/tools/webkitpy/layout_tests/port/base.py

Issue 722913002: Make test_sky output to (e.g.) out/Debug/layout-test-results instead of webkit/Debug/layout-test-re… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/port/base.py
diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
index f06d7de282ab525857d030e42867f77c1426319c..c14f8a5f14e72f6a8825a4866a2dbf51f082861f 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -976,10 +976,7 @@ class Port(object):
def default_results_directory(self):
"""Absolute path to the default place to store the test results."""
- try:
- return self.path_from_chromium_base('webkit', self.get_option('configuration'), 'layout-test-results')
- except AssertionError:
- return self._build_path('layout-test-results')
+ return self._build_path('layout-test-results')
def setup_test_run(self):
"""Perform port-specific work at the beginning of a test run."""
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698