Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/modules/sugar.json1
-rw-r--r--devbot/test.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/config/modules/sugar.json b/config/modules/sugar.json
index 5acb481..b0c9bf6 100644
--- a/config/modules/sugar.json
+++ b/config/modules/sugar.json
@@ -34,6 +34,7 @@
},
{
"distribute": true,
+ "has_tests": true,
"name": "sugar-runner",
"repo": "git://git.sugarlabs.org/sugar-runner/sugar-runner.git"
}
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