Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-09 18:04:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-09 18:04:17 (GMT)
commitc6f7b569383b9b79aa918f74ef33ddbf7e877307 (patch)
tree2a23e7866048cede39e878af10f41c713aa857b3 /scripts
parent548fa59df1f93d4e9b2aabcc58ef4819ae7ecdb9 (diff)
Try to fix buildbot check.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/check.py b/scripts/check.py
index b7d3dab..5f689d6 100644
--- a/scripts/check.py
+++ b/scripts/check.py
@@ -68,15 +68,10 @@ class cmd_check(Command):
self.start_xvfb(options.xvfb_port)
- print 'Pylint the sugar shell...'
-
sugar_path = os.path.join(config.prefix, 'share', 'sugar')
results.append(self.lint_path(os.path.join(sugar_path, 'shell')))
results.append(self.lint_path(os.path.join(sugar_path, 'service')))
-
- print 'Pylint the sugar module...'
-
results.append(self.lint('sugar'))
return False in results