Closed
Bug 891689
Opened 12 years ago
Closed 12 years ago
Allow --platform and --testname to be specified multiple times for compare.py
Categories
(Testing :: Talos, enhancement)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MattN, Assigned: MattN)
Details
Attachments
(1 file)
3.34 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
This allows for something like the following which would show the tspaint_places_max and tspaint_places_med results for Linux and OSX64.
python compare.py --revision 3e01f799c904 --test tspaint_places_max --test tspaint_places_med --platform Linux --platform OSX64
Attachment #773043 -
Flags: review?(jmaher)
Comment 1•12 years ago
|
||
Comment on attachment 773043 [details] [diff] [review]
Use append and choices features of optparse
Review of attachment 773043 [details] [diff] [review]:
-----------------------------------------------------------------
so much better, thanks for this!
Attachment #773043 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Thanks for the speedy reviews!
http://hg.mozilla.org/build/talos/rev/e01992ac3fa8
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•