mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
89cf6e9dfe
Address the issues brought up by https://github.com/servo/servo/pull/7103 The revert requires an upgrade to wptrunner (for the mozlog 3.0 compatibility) because the latest wptrunner depends on [this](https://github.com/w3c/wpt-tools/pull/27)) /cc @Ms2ger @metajack Source-Repo: https://github.com/servo/servo Source-Revision: 4e6bbe227299b3b8a08cba7e613952806ada4402
13 lines
300 B
Markdown
13 lines
300 B
Markdown
This directory contains various Python modules used to support servo
|
|
development.
|
|
|
|
= mach =
|
|
|
|
The command dispatch framework used to wrap the build system and test
|
|
harnesses.
|
|
|
|
= servo =
|
|
|
|
servo-specific python code e.g. implementations of mach commands. This
|
|
is the canonical repository for this code.
|