[Pkg-gnupg-commit] [gpgme] 21/132: python: Improve compatibility with Scheme tests.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 26 01:01:07 UTC 2017


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit b14419f68b3aaa90025e0e97151de7c3da7806fb
Author: Justus Winter <justus at g10code.com>
Date:   Tue Jan 3 15:27:49 2017 +0100

    python: Improve compatibility with Scheme tests.
    
    * lang/python/tests/run-tests.py: Add stub --parallel option.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 lang/python/tests/run-tests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py
index 3f9ece3..46c6d8c 100644
--- a/lang/python/tests/run-tests.py
+++ b/lang/python/tests/run-tests.py
@@ -51,6 +51,8 @@ parser.add_argument('--srcdir', type=str,
 parser.add_argument('--builddir', type=str,
                     default=os.environ.get("abs_builddir", ""),
                     help='Location of the tests.')
+parser.add_argument('--parallel', action="store_true", default=False,
+                    help='Ignored.  For compatibility with run-tests.scm.')
 
 args = parser.parse_args()
 if not args.interpreters:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list