Commit 6199dac0 authored by Holger Levsen's avatar Holger Levsen
Browse files

torbrowser tests: deal with new gtk from due to proposed fix for #797337 and #797339

parent da49c3a7
...@@ -273,6 +273,10 @@ download_and_launch() { ...@@ -273,6 +273,10 @@ download_and_launch() {
echo "$(date -u) - torbrowser-launcher version <0.2.2-1~ detected ($TBL_VERSION), pressing <tab> twice more." 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 xvkbd -text "\t\t" > /dev/null 2>&1
sleep 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 fi
update_screenshot update_screenshot
echo "$(date -u) - pressing <return>" echo "$(date -u) - pressing <return>"
......
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