865
edits
(Created page with 'Mozregression is a python command-line tool for finding a bug's regression range on Firefox nightly builds. Use the [https://wiki.mozilla.org/QA/TDAI/RegressionRangeInstall insta…') |
|||
Line 11: | Line 11: | ||
=Other features= | =Other features= | ||
Mozregression has a few command line options: | Mozregression has a few command line options: | ||
*<tt>-h, --help</tt> | *<tt>-h, --help</tt><math>\qquad</math> show the help message | ||
*<tt>-b YYYY-MM-DD, --bad=YYYY-MM-DD</tt> first known bad nightly build, default is today | *<tt>-b YYYY-MM-DD, --bad=YYYY-MM-DD</tt> <math>a \qquad b</math> first known bad nightly build, default is today | ||
*<tt>-g YYYY-MM-DD, --good=YYYY-MM-DD</tt> last known good nightly build | *<tt>-g YYYY-MM-DD, --good=YYYY-MM-DD</tt> last known good nightly build | ||
*<tt>-e PATH1,PATH2, --extensions=PATH1,PATH2</tt> list of extensions to install (absolute or relative paths) | *<tt>-e PATH1,PATH2, --extensions=PATH1,PATH2</tt> list of extensions to install (absolute or relative paths) | ||
*<tt>-p PATH, --profile=PATH</tt> profile to use with nightlies (absolute path) | *<tt>-p PATH, --profile=PATH</tt> profile to use with nightlies (absolute path) | ||
*<tt>-a ARG1,ARG2, --args=ARG1,ARG2</tt> command-line arguments to pass to Firefox | *<tt>-a ARG1,ARG2, --args=ARG1,ARG2</tt> command-line arguments to pass to Firefox |
edits