зеркало из https://github.com/mozilla/gecko-dev.git
1e603661c4
We have a few bugs filed as intermittent failures all relating to an `AssertionError` on the return value of this block, which seems to have a relevant value when `OSError` is thrown. Removing this will not fix the problem but will at least let us see the true cause of the failure for debugging and stabilization. Differential Revision: https://phabricator.services.mozilla.com/D11884 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
docs | ||
mach | ||
README.rst | ||
bash-completion.sh | ||
setup.py |
README.rst
==== mach ==== Mach (German for *do*) is a generic command dispatcher for the command line. To use mach, you install the mach core (a Python package), create an executable *driver* script (named whatever you want), and write mach commands. When the *driver* is executed, mach dispatches to the requested command handler automatically. To learn more, read the docs in ``docs/``.