[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: install openssl when downloading via tor

Holger Levsen holger at moszumanska.debian.org
Wed Jan 27 23:28:16 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 541b9ee2f4abe5595181402c1786f8cd4f57de5b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 28 00:27:48 2016 +0100

    torbrowser tests: install openssl when downloading via tor
---
 bin/test_torbrowser-launcher.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index e6ab215..bc1a769 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -151,7 +151,7 @@ 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
+		schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor openssl
 	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
@@ -252,6 +252,7 @@ download_and_launch() {
 		# download via system tor
 		echo "$(date -u) - pressing <space>"
 		xvkbd -text "\[space]" > /dev/null 2>&1
+		update_screenshot
 	fi
 	# else the default will be used, which is download via https…
 	echo "$(date -u) - pressing <tab>"

-- 
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