From 1148e8bb3e0fbca5495773955e377b5c65ded0df Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 5 Mar 2014 23:22:29 +0100 Subject: [PATCH] Bug 979815 - Update URL of virtualenv to use version 1.9.1 from the official github repository. r=jgriffin --- testing/tps/INSTALL.sh | 2 +- testing/tps/README | 31 ++++++++++++++----------------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/testing/tps/INSTALL.sh b/testing/tps/INSTALL.sh index 8bfcfbd6dd5e..173049065048 100755 --- a/testing/tps/INSTALL.sh +++ b/testing/tps/INSTALL.sh @@ -48,7 +48,7 @@ else 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}" ] diff --git a/testing/tps/README b/testing/tps/README index fa2ee2ec2f6d..316d43bda9f5 100644 --- 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