Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/check.py
diff options
context:
space:
mode:
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