Closed
Bug 1565361
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 17783 - [manifest] Fix GitHasher when test_root!=repo_root
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 17783 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17783
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
[manifest] Fix GitHasher when test_root!=repo_root
Fixes #17749 by using
git diff --name-only --relativeinstead ofgit status. The--relativeflag is key: it limits the changes to the
current directory and also outputs relative paths. CWD is already set to
tests_root by utils.git.
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Type: -- → task
You need to log in
before you can comment on or make changes to this bug.
Description
•