Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
6199dac0
Commit
6199dac0
authored
Mar 01, 2016
by
Holger Levsen
Browse files
torbrowser tests: deal with new gtk from due to proposed fix for #797337 and #797339
parent
da49c3a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/test_torbrowser-launcher.sh
View file @
6199dac0
...
@@ -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>"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment