diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-01 23:49:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-01 23:49:18 +0100 |
commit | 6199dac0554ddcf6ee37aba51fa16167f394717c (patch) | |
tree | 050354c880552b0e778d9d8ee1f0c92aa6c97925 /bin | |
parent | da49c3a727c1dee8f340e4fb11e7b75e3ab8162b (diff) | |
download | jenkins.debian.net-6199dac0554ddcf6ee37aba51fa16167f394717c.tar.xz |
torbrowser tests: deal with new gtk from due to proposed fix for #797337 and #797339
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 210355e8..e17de3d8 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>" |