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

Unified Diff: Tools/GardeningServer/scripts/results.js

Issue 23694024: Remove the duplicate 'layout-test-results' path from the archived results. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to HEAD Created 7 years, 3 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 | Tools/Scripts/webkitpy/common/config/urls.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/results.js
diff --git a/Tools/GardeningServer/scripts/results.js b/Tools/GardeningServer/scripts/results.js
index 64d98be37bf1e11bd4f5383cf175e3a1c99fc0c5..180083014aa56372bdcfadf8a9ad7dcc90610a8b 100644
--- a/Tools/GardeningServer/scripts/results.js
+++ b/Tools/GardeningServer/scripts/results.js
@@ -189,8 +189,7 @@ function resultsDirectoryURL(platform, builderName)
{
if (config.useLocalResults)
return '/localresult?path=';
- // FIXME: The duplicate "layout-test-results" is due to crbug.com/285572.
- return resultsDirectoryListingURL(platform, builderName) + 'results/layout-test-results/layout-test-results/';
+ return resultsDirectoryListingURL(platform, builderName) + 'results/layout-test-results/';
}
function resultsDirectoryListingURL(platform, builderName)
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/common/config/urls.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698