Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/test.py')
-rw-r--r--devbot/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/test.py b/devbot/test.py
index 2acd721..44ddfa6 100644
--- a/devbot/test.py
+++ b/devbot/test.py
@@ -31,6 +31,8 @@ def _test_module(module):
result = True
if module.has_tests:
+ print "* Checking %s" % module.name
+
os.chdir(module.get_build_dir())
xvfb_proc, orig_display = xvfb.start()