Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parentd3a372439eda12d10f129a63bea4b4976915d483 (diff)
Run sugar-runner make check
-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