1 product=${product:-firefox}
2 branch=${branch:-1.9.3}
3 buildtype=${buildtype:-opt}
4 profilename=${profilename:-firefox-1.9.3-tracemonkey-profile}
5 profiledirectory=${profiledirectory:-/tmp/firefox-1.9.3-tracemonkey-profile}
6 executablepath=${executablepath:-/work/mozilla/builds/1.9.3-tracemonkey/mozilla/firefox-opt/dist}
7 userpreferences=${userpreferences:-/work/mozilla/mozilla.com/test.mozilla.com/www/prefs/test-user.js}
8 extensiondir=${extensiondir:-/work/mozilla/mozilla.com/test.mozilla.com/www/xpi}
9 TEST_MOZILLA_HG=${TEST_MOZILLA_HG:-http://hg.mozilla.org/tracemonkey}
10 TEST_MOZILLA_HG_REV=${TEST_MOZILLA_HG_REV:-tip}