[Qa-jenkins-scm] [jenkins.debian.net] 01/02: torbrowser tests: better documentation of download via tor
Holger Levsen
holger at moszumanska.debian.org
Mon Jan 25 19:02:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 5e9c47c7b2fa7328696f416b5aa1893fdf8a85ad
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jan 25 19:58:45 2016 +0100
torbrowser tests: better documentation of download via tor
---
bin/test_torbrowser-launcher.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index c9eebc2..455bf43 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -150,8 +150,10 @@ announce_problem_and_abort_silently() {
prepare_other_packages() {
if $VIA_TOR ; then
+ echo "$(date -u ) - installing tor as this test will download torbrowser via the system tor service."
schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor
else
+ echo "$(date -u ) - installing ca-certificates as this test will download torbrowser via https."
schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y ca-certificates
fi
}
@@ -247,10 +249,11 @@ download_and_launch() {
sleep 20
update_screenshot
if $VIA_TOR ; then
- # download via tor
+ # download via system tor
echo "$(date -u) - pressing <space>"
xvkbd -text "\[space]" > /dev/null 2>&1
fi
+ # else the default will be used, which is download via https…
echo "$(date -u) - pressing <tab>"
xvkbd -text "\t" > /dev/null 2>&1
sleep 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list