Commit d455f5d9 authored by Holger Levsen's avatar Holger Levsen
Browse files

torbrowser tests: tab

parent a51a2a9c
...@@ -274,8 +274,8 @@ download_and_launch() { ...@@ -274,8 +274,8 @@ download_and_launch() {
xvkbd -text "\t\t" > /dev/null 2>&1 xvkbd -text "\t\t" > /dev/null 2>&1
sleep 1 sleep 1
elif dpkg --compare-versions $TBL_VERSION gt 0.2.3-1~ ; then 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> four times more." echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ detected ($TBL_VERSION), pressing <tab> once more."
xvkbd -text "\t\t\t\t" > /dev/null 2>&1 xvkbd -text "\t" > /dev/null 2>&1
sleep 1 sleep 1
fi fi
update_screenshot update_screenshot
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment