changeset 38975:5c325839e64c

parser: use true option for --with-tests
author Dmitry Selyutin <ghostmansd@gmail.com>
date Mon, 18 Sep 2017 13:18:08 +0300
parents 8e77de18575a
children a117a3eb1426
files pygnulib/parser.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/parser.py	Mon Sep 18 13:17:39 2017 +0300
+++ b/pygnulib/parser.py	Mon Sep 18 13:18:08 2017 +0300
@@ -477,7 +477,7 @@
                     "help": (
                         "include unit tests for the included modules",
                     ),
-                    "action": _Option_,
+                    "action": _TrueOption_,
                     "dest": "tests",
                 }),
                 (["--single-configure"], {