QA/TDAI/RegressionFinder/Windows: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(Correct out of date mozilla-build link & .bat filename)
 
Line 1: Line 1:
* Download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop).
* Download [http://mozregression.googlecode.com/files/regression.zip regression.zip] and unzip in the location of your choice (like the Desktop).


* [http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-1.4.exe Install Mozilla Build]. This is a command line utility.
* Install [[MozillaBuild]]. This is a command line utility.


* Run Mozilla Build. this can usually be done by running <tt>C:\mozilla-build\start-l10n.bat</tt>
* Run Mozilla Build. this can usually be done by running <tt>C:\mozilla-build\start-shell-l10n.bat</tt>


* navigate to the unzipped regression folder from this command line, for example: <pre>cd Desktop/regression</pre>
* navigate to the unzipped regression folder from this command line, for example: <pre>cd Desktop/regression</pre>

Latest revision as of 13:18, 2 April 2014

  • Download regression.zip and unzip in the location of your choice (like the Desktop).
  • Run Mozilla Build. this can usually be done by running C:\mozilla-build\start-shell-l10n.bat
  • navigate to the unzipped regression folder from this command line, for example:
    cd Desktop/regression
  • execute the install script from this directory by running the command:
    ./install-windows.sh
  • you can now run the regression range finder with the command line:
    python regression.py -g 2009-12-01 -b 2010-01-16