Changes

Jump to: navigation, search
Configure the paths (paths.py)
===CYGWIN===
*Verify that the path is pointing to the desired cygwin directory
<pre>CYGWIN = r'c:\cygwin\bin\bash.exe -c'</pre>
*Path to cygwin bash to get output from dump() in Firefox
*By default, the Cygwin you just installed is in your '''C:\'''
*Verify that the path is pointing to the desired directory 
===SYNC===
*Verify that the path is pointing to the desired cygwin directory
<pre>SYNC = r'c:\cygwin\bin\sync'</pre>
*Run Runs sync between Ts runs
*By default, the Cygwin you just installed is in '''C:\'''
===BASE_PROFILE_DIR===
*Verify that BASE_PROFILE_DIR is pointing to the '''base_profile''' directory
*If you didn't alter the directory structure, it the base_profile path would be:C:\mozilla\testing\performance\win32\base_profile<pre>BASE_PROFILE_DIR = r'C:\mozilla\testing\performance\win32\base_profile'</pre>*IMPORTANT: Check that there is content in the '''base_profile ''' directory
*This is the path to the base profile directory used for testing.
1
edit

Navigation menu