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
378a29aa
Commit
378a29aa
authored
Nov 20, 2015
by
Holger Levsen
Browse files
torbrowser tests: support upgrades to stretch too
parent
c82dfda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/test_torbrowser-launcher.sh
View file @
378a29aa
...
@@ -395,10 +395,12 @@ if [ "$2" = "git" ] ; then
...
@@ -395,10 +395,12 @@ if [ "$2" = "git" ] ; then
elif
[
"
$SUITE
"
=
"experimental"
]
||
[
"
$2
"
=
"experimental"
]
;
then
elif
[
"
$SUITE
"
=
"experimental"
]
||
[
"
$2
"
=
"experimental"
]
;
then
SUITE
=
unstable
SUITE
=
unstable
UPGRADE_SUITE
=
experimental
UPGRADE_SUITE
=
experimental
elif
[
"
$2
"
=
"backports"
]
;
then
UPGRADE_SUITE
=
$SUITE
-backports
elif
[
"
$2
"
=
"unstable"
]
;
then
elif
[
"
$2
"
=
"unstable"
]
;
then
UPGRADE_SUITE
=
unstable
UPGRADE_SUITE
=
unstable
elif
[
"
$2
"
=
"stretch"
]
;
then
UPGRADE_SUITE
=
stretch
elif
[
"
$2
"
=
"backports"
]
;
then
UPGRADE_SUITE
=
$SUITE
-backports
fi
fi
WORKSPACE
=
$(
pwd
)
WORKSPACE
=
$(
pwd
)
RESULTS
=
$WORKSPACE
/results
RESULTS
=
$WORKSPACE
/results
...
...
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