[jhbuild/wip/lantw/add-tinderbox-check-and-buildone-no-poison: 3/4] Add --check to tinderbox



commit 56dec8c388ead260ed5e8479d264c81f8239c106
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun Oct 27 23:50:27 2019 +0800

    Add --check to tinderbox
    
    This patch makes it possible to run tests with jhbuild tinderbox.

 jhbuild/commands/tinderbox.py | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/jhbuild/commands/tinderbox.py b/jhbuild/commands/tinderbox.py
index d2087d61..056eeac9 100644
--- a/jhbuild/commands/tinderbox.py
+++ b/jhbuild/commands/tinderbox.py
@@ -42,6 +42,9 @@ class cmd_tinderbox(BuildCommand):
             make_option('-c', '--clean',
                         action='store_true', dest='clean', default=False,
                         help=_('run make clean before make')),
+            make_option('--check',
+                        action='store_true', dest='check', default=False,
+                        help=_('run make check after building')),
             make_option('-n', '--no-network',
                         action='store_true', dest='nonetwork', default=False,
                         help=_('skip version control update')),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]