Closed
Bug 1202213
Opened 10 years ago
Closed 10 years ago
[mach try] --no-push does not print calculated try syntax
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox43 fixed)
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: mozbugz, Assigned: chmanchester)
References
Details
Attachments
(1 file)
"./mach help try" includes:
> --no-push Do not push to try as a result of running this command
> (if specified this command will only print calculated
> try syntax and selection info).
When running something like "./mach try --no-push -b do -p all xpcom/tests" I only see the following:
> mach try is under development, please file bugs blocking 1149670.
> From _tests: Kept 40915 existing; Added/updated 0; Removed 0 files and 0 directories.
Based on the documentation I would expect to also see something like "try: -p do -p all [...try magic here...]" and more.
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1202213 - Always print the calculated syntax from mach try when --no-push is present. r=ahal
Attachment #8658415 -
Flags: review?(ahalberstadt)
Comment 3•10 years ago
|
||
Comment on attachment 8658415 [details]
MozReview Request: Bug 1202213 - Always print the calculated syntax from mach try when --no-push is present. r=ahal
https://reviewboard.mozilla.org/r/18593/#review16693
Attachment #8658415 -
Flags: review?(ahalberstadt) → review+
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•