[Qa-jenkins-scm] [jenkins.debian.net] 01/02: torbrowser tests: actually select 'download via tor'
Holger Levsen
holger at moszumanska.debian.org
Thu Jan 28 00:27:58 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 eb3d5cf244b122cdab7e412c718470adb8ed776c
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jan 28 00:50:06 2016 +0100
torbrowser tests: actually select 'download via tor'
---
bin/test_torbrowser-launcher.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index e300263..85a5656 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -150,8 +150,8 @@ announce_problem_and_abort_silently() {
prepare_other_packages() {
if $VIA_TOR ; then
- echo "$(date -u ) - installing tor and ca-certificates 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 ca-certificates
+ echo "$(date -u ) - installing ca-certificates 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
@@ -250,8 +250,8 @@ download_and_launch() {
update_screenshot
if $VIA_TOR ; then
# download via system tor
- echo "$(date -u) - pressing <space>"
- xvkbd -text "\[space]" > /dev/null 2>&1
+ echo "$(date -u) - pressing <return> to select download via tor"
+ xvkbd -text "\r" > /dev/null 2>&1
update_screenshot
fi
# else the default will be used, which is download via https…
--
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