Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
# You most likely won't change these parameters too often | # You most likely won't change these parameters too often | ||
BASE=' | BASE='http://ftp.mozilla.org/pub/mozilla.org/firefox' | ||
VERSION=`wget --quiet -O- http://hg.mozilla.org/${BRANCH}/raw-file/default/browser/config/version.txt` | VERSION=`wget --quiet -O- http://hg.mozilla.org/${BRANCH}/raw-file/default/browser/config/version.txt` | ||
| Line 32: | Line 32: | ||
${UNZIPPING_TOOL} firefox-${VERSION}.en-US.${OS_ARCH}.${EXTENSION} | ${UNZIPPING_TOOL} firefox-${VERSION}.en-US.${OS_ARCH}.${EXTENSION} | ||
# TODO add selective unzipping | # TODO add selective unzipping | ||
unzip -o firefox-${VERSION}.en-US.${ | unzip -o firefox-${VERSION}.en-US.${OS_ARCH}.tests.zip | ||
# All known tests suites to this date | # All known tests suites to this date | ||