author | Gregory Szorc <gps@mozilla.com> |
Tue, 06 Mar 2018 19:15:42 -0800 | |
changeset 408624 | 3f506f2b60f0074da9664dd22eec443dff51a8fe |
parent 408623 | 3ccd4874096388a7fb9fc461048949fa449dda21 |
child 408625 | 8adea36318222e2461edadd91e53403c986a05e6 |
push id | 100996 |
push user | btara@mozilla.com |
push date | Sat, 17 Mar 2018 10:37:43 +0000 |
treeherder | mozilla-inbound@97160a734959 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nalexander |
bugs | 1446471 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mach_commands.py +++ b/python/mach_commands.py @@ -15,17 +15,16 @@ from concurrent.futures import ( as_completed, thread, ) import mozinfo from manifestparser import TestManifest from manifestparser import filters as mpf -import mozpack.path as mozpath from mozbuild.base import ( MachCommandBase, ) from mach.decorators import ( CommandArgument, CommandProvider, Command,