Fix PRESUBMIT tests for committed files that are not .md or .html
The extensions were being removed before testing, but since only md and html are considered in the clean urls, the path canonalizer redirects (302) to the URL with extension. But a 302 of a changed template file is considered a test fail. Examples that would fail the presubmit tests are images, CSSs, redirect.json, etc. BUG=343614 NOTRY=true R=kalman@chromium.org Review URL: https://codereview.chromium.org/172573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252127 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment