[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: support upgrades to stretch too
Holger Levsen
holger at moszumanska.debian.org
Fri Nov 20 09:34:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 378a29aa0a9e8ffeb9879a97d488f67449305f0f
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Nov 20 10:33:30 2015 +0100
torbrowser tests: support upgrades to stretch too
---
bin/test_torbrowser-launcher.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 605422c..f09fd74 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list