remove buck warnings again - merging put them back
Change-Id: I695e31755280ab2b7ee11dea89778dce8646d64f
Showing
1 changed file
with
0 additions
and
5 deletions
... | @@ -46,8 +46,6 @@ def checkstyle( | ... | @@ -46,8 +46,6 @@ def checkstyle( |
46 | test_rule_timeout_ms = 20000, | 46 | test_rule_timeout_ms = 20000, |
47 | labels = [ 'checkstyle' ], | 47 | labels = [ 'checkstyle' ], |
48 | ) | 48 | ) |
49 | - else: | ||
50 | - print 'Not generating checkstyle rule for %s because there are no sources.' % name | ||
51 | 49 | ||
52 | def java_doc( | 50 | def java_doc( |
53 | name, | 51 | name, |
... | @@ -261,9 +259,6 @@ def osgi_jar_with_tests( | ... | @@ -261,9 +259,6 @@ def osgi_jar_with_tests( |
261 | if test_srcs is None: | 259 | if test_srcs is None: |
262 | test_srcs = glob([TEST + '/*.java']) | 260 | test_srcs = glob([TEST + '/*.java']) |
263 | 261 | ||
264 | - if not test_srcs: | ||
265 | - print "Generating test rule for %s, but there are no tests." % name | ||
266 | - | ||
267 | java_test( | 262 | java_test( |
268 | name = name + '-tests', | 263 | name = name + '-tests', |
269 | srcs = test_srcs, | 264 | srcs = test_srcs, | ... | ... |
-
Please register or login to post a comment