-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1442708 [wpt PR 9748] - Firefox browser install now uses mozdownl…
…oad and mozinstall, a=testonly Automatic update from web-platform-testsFirefox browser install now uses mozdownload and mozinstall (#9748) Use mozinstall to install firefox into the virtualenv. This should work in a cross-platform way and reduce the amount of custom code we have to maintain. wpt-commits: c7c6f86d31f81bf6be181ae69b5556991c615021 wpt-pr: 9748 wpt-commits: c7c6f86d31f81bf6be181ae69b5556991c615021 wpt-pr: 9748
- Loading branch information
1 parent
2cc0e9b
commit 4906276
Showing
4 changed files
with
23 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
testing/web-platform/tests/tools/wpt/tests/test_browser.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ mozprocess == 0.26 | |
mozcrash == 1.0 | ||
mozrunner == 6.14 | ||
mozleak == 0.1 | ||
mozinstall == 1.15 | ||
mozdownload == 1.23 |