[jhbuild/wip/lantw/add-tinderbox-check-and-buildone-no-poison: 61/62] Add --check to tinderbox
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/lantw/add-tinderbox-check-and-buildone-no-poison: 61/62] Add --check to tinderbox
- Date: Sun, 19 Jan 2020 09:34:21 +0000 (UTC)
commit e5b5f31c039a07d371dee3197290144d7a437c09
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]