[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: English fix to error message.
Holger Levsen
holger at layer-acht.org
Sun Jun 4 19:09:02 UTC 2017
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 c1f69278f15d4c95c202fad670a3b4981bcc6946
Author: Daniel Shahaf <danielsh at apache.org>
Date: Sun Jun 4 17:05:02 2017 +0000
reproducible Debian: English fix to error message.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_remote_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 3075c55..7407a49 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -152,7 +152,7 @@ def parse_args():
if set(suites) - set(SUITES): # Some command-line suites don't exist.
log.critical('Some of the specified suites %r are not being tested.', suites)
- log.critical('Please choose between ' + ', '.join(SUITES))
+ log.critical('Please choose among ' + ', '.join(SUITES) + '.')
sys.exit(1)
if arch not in ARCHS:
--
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