diff options
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 |