Commit 378a29aa authored by Holger Levsen's avatar Holger Levsen
Browse files

torbrowser tests: support upgrades to stretch too

parent c82dfda7
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment