From c209f38dfc18d840840f96ffcb4dcce2add2cb2f Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sun, 31 Jan 2010 11:28:49 +0000 Subject: [PATCH] fix regression of #592438 caused by commit for #592433 --- jhbuild/commands/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py index b2ce18b5..4ab28c58 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'] -- 2.11.4.GIT