diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-02 13:00:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-02 13:00:39 +0100 |
commit | ebe569cba2d1d50d5ab89185258b8575abaa3e95 (patch) | |
tree | d2b4883219bb63b8f88731e7b71a285fc6298c5f /bin | |
parent | 6199dac0554ddcf6ee37aba51fa16167f394717c (diff) | |
download | jenkins.debian.net-ebe569cba2d1d50d5ab89185258b8575abaa3e95.tar.xz |
torbrowser tests: press tab once more
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index e17de3d8..46568376 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -274,8 +274,8 @@ download_and_launch() { 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 + echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ detected ($TBL_VERSION), pressing <tab> three times more." + xvkbd -text "\t\t\t" > /dev/null 2>&1 sleep 1 fi update_screenshot |