Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:20:55 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:20:55 (GMT)
commit319d34d6d0004f0fcfc9faf85967993c39066e23 (patch)
treec335a94ef2aa615fe400fcf4a60696ced96256cf /devbot
parentd3a372439eda12d10f129a63bea4b4976915d483 (diff)
Run sugar-runner make check
Diffstat (limited to 'devbot')
-rw-r--r--devbot/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/test.py b/devbot/test.py
index 6f57b63..fefb91a 100644
--- a/devbot/test.py
+++ b/devbot/test.py
@@ -37,7 +37,7 @@ def _test_module(module):
xvfb_proc, orig_display = xvfb.start()
try:
- command.run(["make", "test"])
+ command.run(["make", "check"])
except subprocess.CalledProcessError:
result = False