Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/modules/sugar.json2
-rw-r--r--devbot/check.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/config/modules/sugar.json b/config/modules/sugar.json
index b090ac7..b8888f3 100644
--- a/config/modules/sugar.json
+++ b/config/modules/sugar.json
@@ -12,10 +12,12 @@
"repo": "git://git.sugarlabs.org/sugar-toolkit/mainline.git"
},
{
+ "has_checks": true,
"name": "sugar-toolkit-gtk3",
"repo": "git://github.com/sugarlabs/sugar-toolkit-gtk3.git"
},
{
+ "has_checks": true,
"name": "sugar",
"repo": "git://github.com/sugarlabs/sugar"
},
diff --git a/devbot/check.py b/devbot/check.py
index c335ff0..58aaa22 100644
--- a/devbot/check.py
+++ b/devbot/check.py
@@ -38,7 +38,7 @@ def _check_module(module):
xvfb_proc, orig_display = xvfb.start()
try:
- command.run(["make", "check"])
+ command.run(["dbus-launch", "make", "check"])
except subprocess.CalledProcessError:
result = False