[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: deal with new gtk from due to proposed fix for #797337 and #797339

Holger Levsen holger at moszumanska.debian.org
Tue Mar 1 22:49:44 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 6199dac0554ddcf6ee37aba51fa16167f394717c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 1 23:49:18 2016 +0100

    torbrowser tests: deal with new gtk from due to proposed fix for #797337 and #797339
---
 bin/test_torbrowser-launcher.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 210355e..e17de3d 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -273,6 +273,10 @@ download_and_launch() {
 		echo "$(date -u) - torbrowser-launcher version <0.2.2-1~ detected ($TBL_VERSION), pressing <tab> twice more."
 		xvkbd -text "\t\t" > /dev/null 2>&1
 		sleep 1
+	elif dpkg --compare-versions $TBL_VERSION gt 0.2.3-1~ ; then
+		echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ detected ($TBL_VERSION), pressing <tab> twice more."
+		xvkbd -text "\t\t" > /dev/null 2>&1
+		sleep 1
 	fi
 	update_screenshot
 	echo "$(date -u) - pressing <return>"

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