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