[jhbuild] fix regression of #592438 caused by commit for #592433



commit c209f38dfc18d840840f96ffcb4dcce2add2cb2f
Author: Sascha Silbe <sascha-pgp silbe org>
Date:   Sun Jan 31 11:28:49 2010 +0000

    fix regression of #592438 caused by commit for #592433

 jhbuild/commands/bot.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index b2ce18b..4ab28c5 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -168,6 +168,7 @@ class cmd_bot(Command):
                     config.build_targets = ['install']
                 elif args[0] == 'check':
                     config.makecheck = True
+                    config.build_targets = ['check']
                     phases = ['check']
                 elif args[0] == 'clean':
                     phases = ['clean']



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