[Qa-jenkins-scm] [jenkins.debian.net] 02/02: Revert "torbrowser tests: try to adopt for tbl >=0.2.5-1~"
Holger Levsen
holger at layer-acht.org
Tue Jul 12 23:00:30 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 57e276933016d1297be99829824c66f0ffffb466
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 13 01:00:19 2016 +0200
Revert "torbrowser tests: try to adopt for tbl >=0.2.5-1~"
This reverts commit 1a9ef1a3ce50ffcc8490743398dbefc69e72e2c6.
---
bin/test_torbrowser-launcher.sh | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 95d874d..2b60f97 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -275,14 +275,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~ && dpkg --compare-versions $TBL_VERSION lt 0.2.5-1~ && ; then
- echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ <0.2.5-1~ detected ($TBL_VERSION), pressing <tab> once more."
+ 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> once more."
xvkbd -text "\t" > /dev/null 2>&1
sleep 1
- elif dpkg --compare-versions $TBL_VERSION ge 0.2.5-1~ ; then
- echo "$(date -u) - torbrowser-launcher version >=0.2.5-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