From a0672564b5e23407d8a0e7a8a9834e294c20411a Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 09 Apr 2013 21:01:18 +0000 Subject: Check sugar and toolkit --- (limited to 'devbot') 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 -- cgit v0.9.1