Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/check.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-09 21:01:18 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-09 21:01:18 (GMT)
commita0672564b5e23407d8a0e7a8a9834e294c20411a (patch)
treea523a8ba4695110e4b380a976cd13d578119d244 /devbot/check.py
parentb45e69c8410e09e6376146483676ae95b4bf3ce8 (diff)
Check sugar and toolkit
Diffstat (limited to 'devbot/check.py')
-rw-r--r--devbot/check.py2
1 files changed, 1 insertions, 1 deletions
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