remove buck warnings again - merging put them back
Change-Id: I695e31755280ab2b7ee11dea89778dce8646d64f
diff --git a/bucklets/onos.bucklet b/bucklets/onos.bucklet
index 9fa2190..e3aa372 100644
--- a/bucklets/onos.bucklet
+++ b/bucklets/onos.bucklet
@@ -46,8 +46,6 @@
test_rule_timeout_ms = 20000,
labels = [ 'checkstyle' ],
)
- else:
- print 'Not generating checkstyle rule for %s because there are no sources.' % name
def java_doc(
name,
@@ -261,9 +259,6 @@
if test_srcs is None:
test_srcs = glob([TEST + '/*.java'])
- if not test_srcs:
- print "Generating test rule for %s, but there are no tests." % name
-
java_test(
name = name + '-tests',
srcs = test_srcs,