diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-20 10:33:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-20 10:33:30 +0100 |
commit | 378a29aa0a9e8ffeb9879a97d488f67449305f0f (patch) | |
tree | 4e9467ff747f1a9398d01546c1c5994a3741429f /bin | |
parent | c82dfda7262819e612b99d26b6f3eaab42129ecd (diff) | |
download | jenkins.debian.net-378a29aa0a9e8ffeb9879a97d488f67449305f0f.tar.xz |
torbrowser tests: support upgrades to stretch too
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index 605422c9..f09fd74b 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -395,10 +395,12 @@ if [ "$2" = "git" ] ; then elif [ "$SUITE" = "experimental" ] || [ "$2" = "experimental" ] ; then SUITE=unstable UPGRADE_SUITE=experimental -elif [ "$2" = "backports" ] ; then - UPGRADE_SUITE=$SUITE-backports elif [ "$2" = "unstable" ] ; then UPGRADE_SUITE=unstable +elif [ "$2" = "stretch" ] ; then + UPGRADE_SUITE=stretch +elif [ "$2" = "backports" ] ; then + UPGRADE_SUITE=$SUITE-backports fi WORKSPACE=$(pwd) RESULTS=$WORKSPACE/results |