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

torbrowser tests: press tab once more

parent 6199dac0
...@@ -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> twice more." echo "$(date -u) - torbrowser-launcher version >0.2.3-1~ detected ($TBL_VERSION), pressing <tab> three times more."
xvkbd -text "\t\t" > /dev/null 2>&1 xvkbd -text "\t\t\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