QA/TDAI/RegressionRangeFinder: Difference between revisions

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><span style="margin-left: 30px;">show the help message</span>
<table>
*<tt>-b YYYY-MM-DD, --bad=YYYY-MM-DD</tt><span style="margin-left: 30px;">first known bad nightly build, default is today</span>
<tr>
*<tt>-g YYYY-MM-DD, --good=YYYY-MM-DD</tt><span style="margin-left: 30px;">last known good nightly build</span>
  <td><tt>-h, --help</tt></td>
*<tt>-e PATH1,PATH2, --extensions=PATH1,PATH2</tt><span style="margin-left: 30px;">list of extensions to install (absolute or relative paths)</span>
  <td>show the help message</td>
*<tt>-p PATH, --profile=PATH</tt> <span style="margin-left: 30px;">profile to use with nightlies (absolute path)</span<
</tr>
*<tt>-a ARG1,ARG2, --args=ARG1,ARG2</tt><span style="margin-left: 30px;">command-line arguments to pass to Firefox</span>
<tr>
  <td><tt>-b YYYY-MM-DD, --bad=YYYY-MM-DD</tt></td>
  <td>first known bad nightly build, default is today</td>
</tr>
<tr>
  <td><tt>-g YYYY-MM-DD, --good=YYYY-MM-DD</tt></td>
  <td>last known good nightly build</td>
</tr>
<tr>
  <td><tt>-e PATH1,PATH2, --extensions=PATH1,PATH2</tt></td>
  <td>list of extensions to install (absolute or relative paths)</td>
</tr>
<tr>
  <td><tt>-p PATH, --profile=PATH</tt></td>
  <td>profile to use with nightlies (absolute path)</td>
</tr>
<tr>
  <td><tt>-a ARG1,ARG2, --args=ARG1,ARG2</tt></td>
  <td>command-line arguments to pass to Firefox</td>
</tr>
</table>
865

edits