[reprotest] 02/02: more help text for virtual_server_args

Ximin Luo infinity0 at debian.org
Thu Sep 22 17:24:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository reprotest.

commit 6bddf7769471103abd73ce472763425411b76a87
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Sep 22 19:23:54 2016 +0200

    more help text for virtual_server_args
---
 reprotest/__init__.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 9cea87b..d836f5a 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -359,7 +359,10 @@ COMMAND_LINE_OPTIONS = types.MappingProxyType(collections.OrderedDict([
                 'pattern such as "*.changes".'})),
     ('virtual_server_args', types.MappingProxyType({
         'default': ["null"], 'nargs': '*',
-        'help': 'Arguments to pass to the virtual_server.'})),
+        'help': 'Arguments to pass to the virtual_server. If this itself '
+                'contains options (of the form -xxx or --xxx), you should put '
+                'a "--" between these arguments and reprotest\'s own options. '
+                'Default: "null", to run directly in /tmp.'})),
     ('--source-root', types.MappingProxyType({
         'dest': 'source_root', 'type': pathlib.Path,
         'help': 'Root of the source tree, if not the '

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list