[jhbuild] [bot] set build step to ignore checks; and check step to always run check
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [jhbuild] [bot] set build step to ignore checks; and check step to always run check
- Date: Thu, 20 Aug 2009 11:28:17 +0000 (UTC)
commit 275caf9d0b1bfce769d3bcc2c1e3b52d29078081
Author: Frédéric Péters <fpeters 0d be>
Date: Thu Aug 20 13:22:54 2009 +0200
[bot] set build step to ignore checks; and check step to always run check
(GNOME bug 592438)
jhbuild/commands/bot.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index dcdf99a..0729403 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -162,8 +162,11 @@ class cmd_bot(Command):
phases = ['checkout']
elif args[0] == 'build':
config.alwaysautogen = True
+ # make check will be run in another step
+ config.makecheck = False
config.build_targets = ['install']
elif args[0] == 'check':
+ config.makecheck = True
phases = ['check']
elif args[0] == 'clean':
phases = ['clean']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]