author | Henrik Skupin <mail@hskupin.info> |
Wed, 05 Mar 2014 23:22:29 +0100 | |
changeset 172144 | 277d2a878c78e7d6fa9d4f46075cd8a10cc3fe8e |
parent 172143 | c97ab81ac53f0bf320430b3d7f6a211be7af6ec3 |
child 172145 | 2ddadd5e9778dcaae559c8b1e391907d70f0260e |
push id | 26351 |
push user | cbook@mozilla.com |
push date | Thu, 06 Mar 2014 12:13:01 +0000 |
treeherder | mozilla-central@0f81cbeae0d4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgriffin |
bugs | 979815 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/tps/INSTALL.sh | file | annotate | diff | comparison | revisions | |
testing/tps/README | file | annotate | diff | comparison | revisions |
--- a/testing/tps/INSTALL.sh +++ b/testing/tps/INSTALL.sh @@ -43,17 +43,17 @@ fi if [ "${OS}" = "Windows_NT" ] then BIN_NAME=Scripts/activate else BIN_NAME=bin/activate fi # Create a virtualenv: -curl https://raw.github.com/jonallengriffin/virtualenv/msys/virtualenv.py | ${PYTHON} - ${TARGET} +curl https://raw.github.com/pypa/virtualenv/1.9.1/virtualenv.py | ${PYTHON} - ${TARGET} cd ${TARGET} . $BIN_NAME if [ -z "${VIRTUAL_ENV}" ] then echo "virtualenv wasn't installed correctly, aborting" exit 1 fi
--- a/testing/tps/README +++ b/testing/tps/README @@ -1,17 +1,14 @@ -TPS is a test automation framework for Firefox Sync. See -https://developer.mozilla.org/en/TPS for documentation. - -INSTALLATION: - -TPS requires several packages to operate properly. To install TPS and -required packages, use the INSTALL.sh script, provided: - - ./INSTALL.sh /path/to/create/virtualenv - -This script will create a virtalenv and install TPS into it. TPS can then -be run by activating the virtualenv and executing: - - runtps --binary=/path/to/firefox - - - +TPS is a test automation framework for Firefox Sync. See +https://developer.mozilla.org/en/TPS for documentation. + +INSTALLATION: + +TPS requires several packages to operate properly. To install TPS and +required packages, use the INSTALL.sh script, provided: + + ./INSTALL.sh /path/to/create/virtualenv + +This script will create a virtalenv and install TPS into it. TPS can then +be run by activating the virtualenv and executing: + + runtps --binary=/path/to/firefox