From 378a29aa0a9e8ffeb9879a97d488f67449305f0f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 20 Nov 2015 10:33:30 +0100 Subject: torbrowser tests: support upgrades to stretch too --- bin/test_torbrowser-launcher.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/test_torbrowser-launcher.sh') 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 -- cgit v1.2.3-70-g09d2