From ef443c2bd7e8e5581d6634a6a14b803b21e520ae Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 20:03:18 +0000 Subject: Move all checks into python code So that they can be logged. --- (limited to 'devbot/config.py') diff --git a/devbot/config.py b/devbot/config.py index e3782f2..fe96f17 100644 --- a/devbot/config.py +++ b/devbot/config.py @@ -34,7 +34,7 @@ class Module: self.auto_install = info.get("auto-install", False) self.options = info.get("options", []) self.options_evaluated = info.get("options_evaluated", []) - self.has_tests = info.get("has_tests", False) + self.has_checks = info.get("has_checks", False) self.distribute = info.get("distribute", False) if get_pref("BUILD_IN_SOURCE"): -- cgit v0.9.1